catsun26 commented on issue #17814:
URL: https://github.com/apache/pulsar/issues/17814#issuecomment-1255983529

   > 1. whether some bookie is unhealthy (read-only/...) ?
   > 
   >     2. are you set `bookkeeperClientRegionawarePolicyEnabled=true` in 
broker.conf ?
   
   
   Thank you for your reply
   
   1. stop one bookie's service,give the result as follows
   [root@pulsar1 apache-pulsar-2.8.0]# pulsar-admin bookies list-bookies
   {
     "bookies" : [ {
       "bookieId" : "192.168.209.82:3181"
     }, {
       "bookieId" : "192.168.209.81:3181"
     }, {
       "bookieId" : "192.168.209.83:3181"
     } ]
   }
   
   ls /ledgers/available
   [192.168.209.82:3181, 192.168.209.83:3181, readonly]
   
   2.`bookkeeperClientRegionawarePolicyEnabled=false` in broker.conf 
   The broker configuration file has been updated and copied above


-- 
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]

Reply via email to