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/05/18 05:37:38 UTC

[GitHub] [pulsar] lhotari commented on issue #15643: Shutting down broker hangs in ModularLoadManagerImpl.disableBroker

lhotari commented on issue #15643:
URL: https://github.com/apache/pulsar/issues/15643#issuecomment-1129587546

   One observation is that LockManagerImpl's asyncClose method doesn't wait for locks to be released:
   https://github.com/apache/pulsar/blob/12ca27fa800c72b0c9a6e7f2583a9daa2497add9/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/coordination/impl/LockManagerImpl.java#L181-L185
   
   This could cause a race.


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