mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
locator: token_metadata::update_normal_tokens() - call _topology.add_endpoint(endpoint)
Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>
This commit is contained in:
@@ -80,9 +80,9 @@ void token_metadata::update_normal_tokens(std::unordered_map<inet_address, std::
|
||||
}
|
||||
}
|
||||
|
||||
_topology.add_endpoint(endpoint);
|
||||
#if 0
|
||||
bootstrapTokens.removeValue(endpoint);
|
||||
topology.addEndpoint(endpoint);
|
||||
leavingEndpoints.remove(endpoint);
|
||||
removeFromMoving(endpoint); // also removing this endpoint from moving
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user