Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-449: Pulsar Manager sometimes could not create a topic if the cluster has multiple brokers in the cluster #252

Open
sijie opened this issue Mar 8, 2022 · 1 comment

Comments

@sijie
Copy link
Member

sijie commented Mar 8, 2022

Original Issue: apache#449


Dear All,

I am currently try to adopt the Pulsar solution into our environment and I had an issue related to the "Pulsar Manager".

After deploying the Pulsar manager in our k8s environment and we can easily create the topic in each tenant and namespace if there was only one broker in the cluster. If the cluster have multiple brokers in it, the Pulsar manager could sometimes create topics successfully but sometimes not( It seems need some luck ) .

Have you ever met this problem in your environment before and how do you solve it?
Can you share me the experience how to config the Pulsar Manager to let it works perfectly?

Please give me some your suggestions and advice to solve the issue

  1. Create a topic successfully
    image

  2. Failed to create a topic
    image

@thomasechen
Copy link

thomasechen commented Mar 8, 2022

Dear All,

I found that the response code from Pulsar is 307 and it means "Current broker doesn't serve the namespace of this topic"
This is the reason why the system sometime create topics successfully but sometime not.

Is there any idea to solve this ?

image

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

No branches or pull requests

2 participants