Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions cassandra/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,6 @@ def _get_connection_for_routing_key(self, routing_key=None, keyspace=None, table
# optimistic try to connect to it
if shard_id is not None:
if conn:
log.debug(
"Using connection to shard_id=%i on host %s for routing_key=%s",
shard_id,
self.host,
routing_key
)
if conn.orphaned_threshold_reached and shard_id not in self._connecting:
# The connection has met its orphaned stream ID limit
# and needs to be replaced. Start opening a connection
Expand Down
Loading