You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/23 09:08:53 UTC

[GitHub] [pulsar] zcola opened a new issue #14429: Pulsar 2.9.2 ns-isolation-policy don't work

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] gaozhangmin commented on issue #14429: Pulsar 2.9.2 ns-isolation-policy don't work

Posted by GitBox <gi...@apache.org>.
gaozhangmin commented on issue #14429:
URL: https://github.com/apache/pulsar/issues/14429#issuecomment-1048588633


   ns-isolation-policy only takes effect for new bundle assignment. If bundle already assigned before you set policy, it won't take effect. @zcola 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] zcola commented on issue #14429: Pulsar 2.9.2 ns-isolation-policy don't work

Posted by GitBox <gi...@apache.org>.
zcola commented on issue #14429:
URL: https://github.com/apache/pulsar/issues/14429#issuecomment-1048636989


   After I execute unload, the result is as expected, 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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] zcola closed issue #14429: Pulsar 2.9.2 ns-isolation-policy don't work

Posted by GitBox <gi...@apache.org>.
zcola closed issue #14429:
URL: https://github.com/apache/pulsar/issues/14429


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org