2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Disconnect on loss of ownership

This commit is contained in:
Jarrod Johnson 2018-06-02 12:36:20 -04:00
parent daef9fa60b
commit 3eed46ec08

View File

@ -237,6 +237,7 @@ class ConsoleHandler(object):
# Do not do console connect for nodes managed by another
# confluent collective member
self._is_local = False
self._disconnect()
else:
self._is_local = True