hellboy0621 commented on issue #13167: URL: https://github.com/apache/pulsar/issues/13167#issuecomment-1509741130
> 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`. I deploy my pulsar demo with 1 zk, 1 bookie and 1 broker. When I create the topic the same error occurs(Not enough non-faulty bookies available). Then I checked the 3 options that all the default value is 2. When I change all the values to 1, and then restart the broker, the problem solved. Thanks. -- 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]
