After scanning 100k tombstones, cassandra will error out the query, I tried to do major compaction on the table, but it doesn't remove tombstones of its secondary index. The query still can not be completed.
I searched for a while, one suggestion is rebuild_index, but I think it will cause many queries to fail while rebuilding, and I don't have an estimate of how long it'll take to rebuild indexes.
Any suggestion?