mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
This series contains the following changes for trimming the ranges passed to cleanup a compaction group to the compaction group owned token_range. table: compaction_group_for_token: use signed arithmetic Fixes #12595 table: make_compaction_groups: calculate compaction_group token ranges table: perform_cleanup_compaction: trim owned ranges on compaction_group boundaries Fixes #12594 Closes #12598 * github.com:scylladb/scylladb: table: perform_cleanup_compaction: trim owned ranges on compaction_group boundaries table: make_compaction_groups: calculate compaction_group token ranges dht: range_streamer: define logger as static