api: unregister raft_topology_get_cmd_status on shutdown
Inc8ce9d1c60we introduced raft_topology_get_cmd_status REST api but the commit forgot to unregister the handler during shutdown. Fixes #24910 Closes scylladb/scylladb#24911 (cherry picked from commit89f2edf308) Closes scylladb/scylladb#24921
This commit is contained in:
committed by
Patryk Jędrzejczak
parent
46dfe09e64
commit
ce492fa5d0
@@ -1682,6 +1682,7 @@ void unset_storage_service(http_context& ctx, routes& r) {
|
||||
ss::reload_raft_topology_state.unset(r);
|
||||
ss::upgrade_to_raft_topology.unset(r);
|
||||
ss::raft_topology_upgrade_status.unset(r);
|
||||
ss::raft_topology_get_cmd_status.unset(r);
|
||||
ss::move_tablet.unset(r);
|
||||
ss::add_tablet_replica.unset(r);
|
||||
ss::del_tablet_replica.unset(r);
|
||||
|
||||
Reference in New Issue
Block a user