mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
Do not hold erm for tablet repair scheduled by scheduler. Thanks to that one tablet repair won't exclude migration of other tablets. Concurrent repair and migration of the same tablet isn't possible, since a tablet can be in one type of transition only at the time. Hence the change is safe. Refs: https://github.com/scylladb/scylladb/issues/22408.