Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

ISSUE-6542: Create Producer and Consumer failed #812

Open
sijie opened this issue Mar 16, 2020 · 1 comment
Open

ISSUE-6542: Create Producer and Consumer failed #812

sijie opened this issue Mar 16, 2020 · 1 comment

Comments

@sijie
Copy link
Member

sijie commented Mar 16, 2020

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

@Meet0861
Copy link

I am also facing the same issue. using pulsar v2.10.3-5. is there any update on this??

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants