Merge pull request #217 from datastax/PYTHON-116
PYTHON-116 - Info log when connections established to 'up' nodes
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user