mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
storage_service: Kill unimplemented in decommission
This commit is contained in:
@@ -1435,7 +1435,6 @@ bool storage_service::is_native_transport_running() {
|
||||
}
|
||||
|
||||
future<> storage_service::decommission() {
|
||||
fail(unimplemented::cause::STORAGE_SERVICE);
|
||||
return seastar::async([this] {
|
||||
if (!_token_metadata.is_member(get_broadcast_address())) {
|
||||
throw std::runtime_error("local node is not a member of the token ring yet");
|
||||
|
||||
Reference in New Issue
Block a user