We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f6928 commit e57450cCopy full SHA for e57450c
cassandra/connection.py
@@ -1012,10 +1012,10 @@ def run(self):
1012
1013
forconnection, owner, excinfailed_connections:
1014
self._raise_if_stopped()
1015
-connection.defunct(exc)
1016
ifnotconnection.is_control_connection:
1017
# Only HostConnection supports shutdown_on_error
1018
owner.shutdown_on_error=True
+connection.defunct(exc)
1019
owner.return_connection(connection)
1020
exceptself.ShutdownException:
1021
pass
0 commit comments