Update token metadata when a node is removed

This commit is contained in:
Tyler Hobbs
2014-04-22 12:00:43 -05:00
parent beb20fe3e7
commit 335acf3e2e
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
1.1.2
=====
In Progress
Bug Fixes
---------
* Update token metadata (for TokenAware calculations) when a node is removed
from the ring
1.1.1
=====
April 16, 2014

View File

@@ -765,6 +765,7 @@ class Cluster(object):
session.on_remove(host)
for listener in self.listeners:
listener.on_remove(host)
self.control_connection.on_remove(host)
def signal_connection_failure(self, host, connection_exc, is_host_addition):
is_down = host.signal_connection_failure(connection_exc)