fmiguelez commented on issue #13167:
URL: https://github.com/apache/pulsar/issues/13167#issuecomment-1158655916
> Pls run the command `bin/bookkeeper shell listbookies -rw -h` to get the
list the ReadWrite Bookies. And check that all broker configs keep consistent
`managedLedgerDefaultEnsembleSize`, `managedLedgerDefaultWriteQuorum`,
`managedLedgerDefaultAckQuorum`.
>
> Then check that ReadWrite Bookies number >=
`managedLedgerDefaultEnsembleSize` >= `managedLedgerDefaultWriteQuorum` >=
`managedLedgerDefaultAckQuorum`.
When I issue that command from our toolset pod I get the following:
```
08:54:48.798 [main] INFO
org.apache.bookkeeper.tools.cli.commands.bookies.ListBookiesCommand - ReadWrite
Bookies :
08:54:48.812 [main] INFO
org.apache.bookkeeper.tools.cli.commands.bookies.ListBookiesCommand -
BookieID:rev-pulsar-bookie-2.rev-pulsar-bookie.mdp-dgt-review-check-data-ocdup2.svc.cluster.local:3181,
IP:10.72.168.230, Port:3181,
Hostname:rev-pulsar-bookie-2.rev-pulsar-bookie.mdp-dgt-review-check-data-ocdup2.svc.cluster.local
08:54:48.816 [main-SendThread(rev-pulsar-zookeeper:2181)] WARN
org.apache.zookeeper.ClientCnxn - An exception was thrown while closing send
thread for session 0x10053b99a7100f5.
org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read
additional data from server sessionid 0x10053b99a7100f5, likely server has
closed socket
at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[org.apache.zookeeper-zookeeper-3.6.3.jar:3.6.3]
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[org.apache.zookeeper-zookeeper-3.6.3.jar:3.6.3]
at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1290)
[org.apache.zookeeper-zookeeper-3.6.3.jar:3.6.3]
08:54:48.933 [main] INFO org.apache.zookeeper.ZooKeeper - Session:
0x10053b99a7100f5 closed
08:54:48.933 [main-EventThread] INFO org.apache.zookeeper.ClientCnxn -
EventThread shut down for session: 0x10053b99a7100f5
```
@ericsyh what do you suggest?
--
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]