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 2021/12/23 03:50:31 UTC

[GitHub] [pulsar] yuruguo opened a new pull request #13462: [Broker] Return null instead of RestException when get bookieAffinityGroup

yuruguo opened a new pull request #13462:
URL: https://github.com/apache/pulsar/pull/13462


   ### Motivation
   It should return `null` instead of `RestException` in `NamespacesBase#internalGetBookieAffinityGroup` method, because `null` means that the `bookieAffinityGroup` is not configured on namespace-persistent policy.
   
   It is the same as `internalGetNamespaceAntiAffinityGroup` method as below:
   https://github.com/apache/pulsar/blob/f97d6e5a50355e1de628569c6de68cd7210094f0/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java#L1821-L1827
   
   ### Documentation
   - [x] `no-need-doc` 
   


-- 
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] yuruguo commented on pull request #13462: [Broker] Return null instead of RestException when get bookieAffinityGroup

Posted by GitBox <gi...@apache.org>.
yuruguo commented on pull request #13462:
URL: https://github.com/apache/pulsar/pull/13462#issuecomment-1000078563


   /pulsarbot run-failure-checks


-- 
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] yuruguo removed a comment on pull request #13462: [Broker] Return null instead of RestException when get bookieAffinityGroup

Posted by GitBox <gi...@apache.org>.
yuruguo removed a comment on pull request #13462:
URL: https://github.com/apache/pulsar/pull/13462#issuecomment-1000078563


   /pulsarbot run-failure-checks


-- 
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] codelipenghui merged pull request #13462: [Broker] Return null instead of RestException when get bookieAffinityGroup

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #13462:
URL: https://github.com/apache/pulsar/pull/13462


   


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