storage_service: handle_topology_transition: fix missed node assignment
This defect remained after the refactoring of exec_global_command in #13884.
This commit is contained in:
@@ -1139,6 +1139,7 @@ class topology_coordinator {
|
||||
f.get_exception());
|
||||
break;
|
||||
}
|
||||
node = std::move(f).get();
|
||||
}
|
||||
|
||||
raft_topology_cmd cmd{raft_topology_cmd::command::stream_ranges};
|
||||
|
||||
Reference in New Issue
Block a user