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 2020/06/29 18:52:22 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7387: After a bundle split, perform the unload in background

merlimat opened a new pull request #7387:
URL: https://github.com/apache/pulsar/pull/7387


   ### Motivation
   
   After a bundle is split by the load manager, by default we also attempt to unload the 2 newly created bundles halves.
   
   Currently the unload is performed sequentially after the split and it will be keeping the split operation pending until is completed.
   
   In reality, this is not necessary, because the unload is only done as a best effort to quickly spread the load to other brokers, once the the bundle is split. This operation can be safely done in background.


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



[GitHub] [pulsar] merlimat merged pull request #7387: After a bundle split, perform the unload in background

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


   


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