Files
scylladb/replica
Benny Halevy dc10d02890 compaction_group::table_state: get_group_id: become self-sufficient
Printing the compaction_group group_id as "i/size"
where size is the total number of compaction_groups in
the table is convenient but it comes with a price
of a circular dependency on the table, as noted by
Aleksandra Martyniuk in c25827feb3 (r1511341251),
which can be triggered when hitting an error when adding the
compaction_group::table_state to the table's compaction_manager
within the table's constructor.

This patch just prints the _group_id member
resolving the dependency on the table.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2024-03-06 10:21:48 +02:00
..
2023-02-15 11:01:50 +02:00
2023-07-19 01:28:28 -04:00
2023-05-12 07:26:18 -04:00