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/04/25 14:56:50 UTC

[GitHub] [pulsar] lhotari commented on pull request #10365: Fix flaky ManagedLedgerImpl shutdown and fix NPE in load balancer task at shutdown

lhotari commented on pull request #10365:
URL: https://github.com/apache/pulsar/pull/10365#issuecomment-826337918


   > Looks good.
   > I wasn't sure about the 'possible race conditions' that may happen during shutdown.
   
   Yes ledgers map changed asynchronously (that's the race condition) and this caused the shutdown to wait forever. The stacktrace in the issue helps understand it.
   
   > 
   > Also, the title is not only about ManagedLedgerFactory, can you please correct it?
   
   Updated
   
   


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

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