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/07/07 03:48:16 UTC

[GitHub] [pulsar] AnonHxy opened a new pull request, #16429: [improve][admin]Optimized validateTopicOwnershipAsync

AnonHxy opened a new pull request, #16429:
URL: https://github.com/apache/pulsar/pull/16429

   ### Motivation
   
   *  There is no need to `getWebServiceUrlAsync` if the broker has already owned the topic
   
   ### Modifications
   
   *  Call `nsService.isServiceUnitOwnedAsync` to check if  the broker has already owned the topic, and fast return if true.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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] AnonHxy closed pull request #16429: [WIP][improve][admin]Optimized validateTopicOwnershipAsync

Posted by GitBox <gi...@apache.org>.
AnonHxy closed pull request #16429: [WIP][improve][admin]Optimized validateTopicOwnershipAsync
URL: https://github.com/apache/pulsar/pull/16429


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