You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/python/lib/python2.7/site-packages/kazoo/protocol/connection.py", line 551, in _send_request
self._submit(request, connect_timeout, self._xid)
File "/opt/python/lib/python2.7/site-packages/kazoo/protocol/connection.py", line 223, in _submit
self._write(int_struct.pack(len(b)) + b, timeout)
File "/opt/python/lib/python2.7/site-packages/kazoo/protocol/connection.py", line 236, in _write
sent += bytes_sent
File "/opt/python/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/opt/python/lib/python2.7/site-packages/kazoo/protocol/connection.py", line 66, in socket_error_handling
errno.errorcode[e.args[0]])
ConnectionDropped: ('socket connection error: %s', 'EPIPE')
All subsequent zookeeper calls raised ConnectionClosedError.
It seems the the client should attempt to reconnect after a transient connection loss such as this.
The text was updated successfully, but these errors were encountered:
I encountered this traceback running version 0.7:
All subsequent zookeeper calls raised ConnectionClosedError.
It seems the the client should attempt to reconnect after a transient connection loss such as this.
The text was updated successfully, but these errors were encountered: