I have a kubernetes stack with some drills and zookeeper installed.
3 drillbits
1 zookeeper
The drillbits are visible to each other
The zookeeper is visible from each drill container
However, whenever I navigate to any drillbit:8047 I see this one extra "ghost" drillbit:
(screenshot of debug configuration 1 drill : 1 zookeeper)
In this case, no query works - all will silently fail with no error and there is no profile to be found after
zookeeper log is full of these errors:
WARN [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@349] - caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket
What I'm doing wrong?