mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The sharded database reference is passed into repair_shutdown() just to have something to call .invoke_on_all() onto. There's the more appropriate sharded repair_service for this, so use it. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>