anyone know the reason why a server that has been ...
# troubleshooting
l
anyone know the reason why a server that has been marked as Dead, and updated its tags and after issued a rebalance would be still pop in the
IdealState
in zookeeper?
IdealState<>ExternalView
m
Is this a huge table with large number of segments (that would take time to rebalance)? If so, this could be a race condition that @User recently fixed.
j
Still in IS or EV?
You might need to run the
downtime
mode because server is already dead, and EV can never match IS
If you are already running
downtime
mode, but find server show up again in the IS after a while, then that might be the race condition fixed in https://github.com/apache/pinot/pull/8291. You may restart the controller and rebalance again with
downtime
to recover
l
Hey yes I noted someone having this issue and they link that PR we have downgraded Pinot to 0.9.3 so I had to basically restart the controllers once that happened things started to work agoan