Skip to content

Commit 8aa09c5

Browse files
authored
Merge pull request apache#670 from lastfm/master
Fixup attribute name on cluster reconnect
2 parents c478c1e + 32b51ce commit 8aa09c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ def _reconnect(self):
26932693
self._set_new_connection(self._reconnect_internal())
26942694
except NoHostAvailable:
26952695
# make a retry schedule (which includes backoff)
2696-
schedule = self.cluster.reconnection_policy.new_schedule()
2696+
schedule = self._cluster.reconnection_policy.new_schedule()
26972697

26982698
with self._reconnection_lock:
26992699

0 commit comments

Comments
 (0)