-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] Turn off allowAutoTopicCreation, then turn on transactionCoordinatorEnabled, unable to send, consume messages #19416
Comments
@tianshimoyi #14949 has fixed this problem, please use 2.9.3 or above version |
@congbobo184 My image is streamnative/pulsar-all/pulsar-all:2.9.4.1, shouldn't it be higher than version 2.9.3? |
@tianshimoyi hi, are you set |
@congbobo184 I set systemTopicEnabled=true, topicLevelPoliciesEnabled=true, non-transactional messages can be sent successfully, but transactional messages cannot |
@congbobo184 I set up a new pulsar cluster. The two clusters share a zk cluster. There is no problem with the new pulsar cluster. The configuration is the same. What causes the above problems? |
@tianshimoyi do you have the broker log can be shared for me? |
do you have the full log? this picture seem can't analyze any problems |
@congbobo184 |
seems like brokers are all down, load balancer can't find an available broker.
|
@congbobo184 Yes, all broker nodes are unavailable, and restarting all broker nodes will not work. Do you know why this is? Or how to fix this problem? |
may be starting two clusters in the same zk will produce some problems, It's better to check the start up log to locate the problem. |
Search before asking
Version
streamnative/pulsar-all/pulsar-all:2.9.4.1
Minimal reproduce step
What did you expect to see?
produce message successfully
What did you see instead?
Anything else?
Then I opened the topic automatic creation configuration for a certain namespace, and the message was sent successfully!
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: