Merge pull request #217 from datastax/PYTHON-116

PYTHON-116 - Info log when connections established to 'up' nodes
This commit is contained in:
Adam Holmberg
2014-11-25 15:45:29 -06:00

View File

@@ -773,6 +773,7 @@ class Cluster(object):
self._cleanup_failed_on_up_handling(host)
return
log.info("Connection pools established for node %s", host)
# mark the host as up and notify all listeners
host.set_up()
for listener in self.listeners: