mcvsubbu opened a new pull request #3522: Added a log message on pinot-server when controller leadership change… URL: https://github.com/apache/incubator-pinot/pull/3522 … is read from zookeeper. Recently we saw a case where the server was repeatedly reporting that it received NOT_LEADER responses from the controller. On further look at the logs, it turned out that the controller did not get a helix notification that it became leader, so the server was logging what it saw in zookeeper. The behavior did lead us into looking at other things before we found the root cause. This log will clearly identify how the server concludes who it thinks the leader is.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
