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/23 11:12:02 UTC

[GitHub] [pulsar] HQebupt opened a new issue, #16755: Load manager leader disable ownership of bundle but take ownership of bundle again when it is closing

HQebupt opened a new issue, #16755:
URL: https://github.com/apache/pulsar/issues/16755

   **Describe the bug**
   When the broker where the `LoaderManager `leader is located is shutting down, there is a possibility that the bundle will be released and the bundle will be reloaded. The bug causes the reconnect failure of the `Producer` client.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Create a persistent topic producer to send messages continuously
   2. Keep closing the broker process where `LoadManager` leader is located
   3. See error as flows:
   <img width="1604" alt="image" src="https://user-images.githubusercontent.com/4970972/180602485-17f97062-dd07-4677-b4f9-8189c24bee8a.png">
   
   
   **Expected behavior**
   When the leader broker is shutting down, the bundle is released and the bundle cannot be taken ownership by itself. Other brokers should take ownership of the unassigned bundles.
   
   **Desktop (please complete the following information):**
    - OS: Linux 4.18.0-193.6.3.el8_2.v1.2.x86_64
   
   


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

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


[GitHub] [pulsar] codelipenghui closed issue #16755: Load manager leader disable ownership of bundle but take ownership of bundle again when it is closing

Posted by GitBox <gi...@apache.org>.
codelipenghui closed issue #16755: Load manager leader disable ownership of bundle but take ownership of bundle again when it is closing
URL: https://github.com/apache/pulsar/issues/16755


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