Skip to content

Commit

Permalink
better logging in maintenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
munakoiso committed Oct 16, 2024
1 parent 616e931 commit da83097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zk.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def reconnect(self):

try:
self._locks = {}
self._zk.remove_listener(self._listener)
self._zk.stop()
self._zk.close()
self._create_kazoo_client()
Expand Down

0 comments on commit da83097

Please sign in to comment.