eolivelli commented on issue #8333: URL: https://github.com/apache/pulsar/issues/8333#issuecomment-714732339
In Bookkeeper there is not a concept of cluster/group of bookies but every bookie is independent from the others. Each bookie announces itself on the metadata service (zk) and this way clients (pulsar brokers) are able to read/write from/to them. This is why I was asking for what is a split-brain. Probably they had problems in connecting to the Zookeeper ensemble. Do you have logs on the bookies about KeeperException (the error in ZK client) or other kind of errors? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
