mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
The verb is sent by repair code, so it should be registered in the same place, not in main. Also -- the verb should be unregistered on stop. The global messaging service instance is made similarly to the row-level one, as there's no ready to use repair service. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>