razinbouzar opened a new issue, #17781: URL: https://github.com/apache/druid/issues/17781
### Affected Version 28.0.1 ### Description The issue occurs as follows: - ZK failure, and a leader re-elected. coordinator-0 was leader at the time of the ZK failure. - After failure, coordinator-0 loses leader status (observed in a log line saying "I am no longer the leader."). - coordinator-1 becomes leader (observed in a log line "I am the leader of the coordinators, all must bow!"). - _Seemingly_ simultaneously a third coordinator, coordinator-2, thinks it is the leader and begins killing tasks started by coordinator-1 and vice versa. There are no log lines that indicate it was elected the leader as was seen in [an earlier issue](https://github.com/apache/druid/issues/16411). - Killing coordinator-2 restores the cluster health and tasks resume normally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
