mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Consider this: - User starts a repair job with http api - User aborts all repair - The repair_info object for the repair job is created - The repair job is not aborted In this patch, the repair uuid is recorded before repair_info object is created, so that repair can now abort repair jobs in the early stage. Fixes #10384 Closes #10428