zcola opened a new issue #14429:
URL: https://github.com/apache/pulsar/issues/14429


   ```
   ./bin/pulsar-admin ns-isolation-policy get pulsar-19990 policy-public_qos
   {
     "namespaces" : [ "zcola_qos/test" ],
     "primary" : [ "7.32.133.235:8080", "7.32.133.237:8080" ],
     "secondary" : [ ],
     "auto_failover_policy" : {
       "parameters" : {
         "min_limit" : "1",
         "usage_threshold" : "80"
       },
       "policy_type" : "min_available"
     }
   }
   /pulsar# ./bin/pulsar-admin topics partitioned-lookup 
persistent://zcola_qos/test/zcola2
   "persistent://zcola_qos/test/zcola2-partition-0    
pulsar://7.32.133.236:6650"
   "persistent://zcola_qos/test/zcola2-partition-1    
pulsar://7.32.133.235:6650"
   ```
   lookup result should not exist 7.32.133.236
   


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