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/08/27 09:11:14 UTC

[GitHub] [pulsar] NothinkingGao opened a new issue #11817: ServiceUnitNotReady

NothinkingGao opened a new issue #11817:
URL: https://github.com/apache/pulsar/issues/11817


   we have 4000+ topics,when it was running for a while,the server will response:
   2021-08-24 09:30:58,835 - (unknown file)[line:0] - ERROR - [10.1.16.11:27265 -> 10.1.57.110:62901] Failed lookup req_id: 15183 error: ServiceUnitNotReady 
   
   is anyone meet this


-- 
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] BewareMyPower commented on issue #11817: ServiceUnitNotReady

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on issue #11817:
URL: https://github.com/apache/pulsar/issues/11817#issuecomment-907059477


   This error usually happened when the topic is unloaded, i.e. the topic owner is changed. Pulsar broker is responsible for re-electing the topic owner, if the lookup request arrived while the election was not completed (topic has no owner at the moment), this error would happen.
   
   There're some configurations that you can try to change.
   
   ```properties
   # enable/disable namespace bundle auto split
   loadBalancerAutoBundleSplitEnabled=true
   
   # enable/disable automatic unloading of split bundles
   loadBalancerAutoUnloadSplitBundlesEnabled=true
   ```
   
   


-- 
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] NothinkingGao commented on issue #11817: ServiceUnitNotReady

Posted by GitBox <gi...@apache.org>.
NothinkingGao commented on issue #11817:
URL: https://github.com/apache/pulsar/issues/11817#issuecomment-907068087


   I will try.then post result.


-- 
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] codelipenghui commented on issue #11817: ServiceUnitNotReady

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #11817:
URL: https://github.com/apache/pulsar/issues/11817#issuecomment-1058886748


   The issue had no activity for 30 days, mark with Stale label.


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