mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 15:03:06 +00:00
When incremental_reader_selector is used for compaction, it will first call incremental selector of partitioned sstable set with minimum token that will result in first interval being skipped, which means not everything being compacted. The interval is skipped because iterator is incorrectly advanced when token lies before it. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20170918021446.15920-1-raphaelsc@scylladb.com>