You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Demogorgon314 (via GitHub)" <gi...@apache.org> on 2023/02/02 13:26:07 UTC

[GitHub] [pulsar] Demogorgon314 opened a new pull request, #19402: [fix][test] Fix flaky test BrokerRegistryTest.testRegisterAndLookup

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

   Fixes #19401
   
   ### Motivation
   
   After unregistering, the other broker registry lock manager's metadata cache might not be updated yet, so we need to wait for it to synchronize.
   
   https://github.com/apache/pulsar/blob/7604d4aef670e31177d803e9f3c4a912be94267f/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/coordination/impl/LockManagerImpl.java#L155-L157
   
   ### Modifications
   
   Wait for the metadata cache to synchronize after release.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `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] Demogorgon314 closed pull request #19402: [fix][test] Fix flaky test BrokerRegistryTest.testRegisterAndLookup

Posted by "Demogorgon314 (via GitHub)" <gi...@apache.org>.
Demogorgon314 closed pull request #19402: [fix][test] Fix flaky test BrokerRegistryTest.testRegisterAndLookup
URL: https://github.com/apache/pulsar/pull/19402


-- 
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] lhotari merged pull request #19402: [fix][test] Fix flaky test BrokerRegistryTest.testRegisterAndLookup

Posted by "lhotari (via GitHub)" <gi...@apache.org>.
lhotari merged PR #19402:
URL: https://github.com/apache/pulsar/pull/19402


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