You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Describe the bug
The consumer subscribes multi topics, and at the same time create the correspond producers
to produce messages, but I got error , and the errors repeated if I restart the server.
The client received error like this:
"server error: UnknownError: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter"
The server side error log:
Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter java.util.concurrent.CompletionException: java.lang.RuntimeException: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter
I surppose the error was caused by the concurrent ???
The text was updated successfully, but these errors were encountered:
Original Issue: apache#6542
Describe the bug
The consumer subscribes multi topics, and at the same time create the correspond producers
to produce messages, but I got error , and the errors repeated if I restart the server.
The client received error like this:
"server error: UnknownError: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter"
The server side error log:
Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter
java.util.concurrent.CompletionException: java.lang.RuntimeException: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException: Namespace bundle for topic (persistent://mytenants/payCenter/consumeSuccess) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenants/payCenter
I surppose the error was caused by the concurrent ???
The text was updated successfully, but these errors were encountered: