mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
It is useful to check time spent on tablet repair. It can be used to compare incremental repair and non-incremental repair. The time does not include the time waiting for the tablet scheduler to schedule the tablet repair task. Fixes #26505 Closes scylladb/scylladb#26502