mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
gossip: Remove commented code of resetVersion and destroyConnectionPool
Our messaging service is completely different. No need to reset version or destroy connection pool.
This commit is contained in:
@@ -360,12 +360,7 @@ void gossiper::remove_endpoint(inet_address endpoint) {
|
||||
_unreachable_endpoints.erase(endpoint);
|
||||
// do not remove endpointState until the quarantine expires
|
||||
get_local_failure_detector().remove(endpoint);
|
||||
// FIXME: MessagingService
|
||||
//MessagingService.instance().resetVersion(endpoint);
|
||||
warn(unimplemented::cause::GOSSIP);
|
||||
quarantine_endpoint(endpoint);
|
||||
// FIXME: MessagingService
|
||||
//MessagingService.instance().destroyConnectionPool(endpoint);
|
||||
logger.debug("removing endpoint {}", endpoint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user