-
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
[fix][broker] Fix creating system namespace topic failure. #14949
[fix][broker] Fix creating system namespace topic failure. #14949
Conversation
f044519
to
b55e87f
Compare
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
Show resolved
Hide resolved
Line 61 in ca436a9
Line 64 in ca436a9
pulsar/pulsar-common/src/main/java/org/apache/pulsar/common/naming/TopicName.java Line 66 in ca436a9
these three topic can't be created to persistent topic, so I think we don't use isSystemTopic() directly
|
I am a little confused, |
b9524b6
to
d679d05
Compare
2f134d9
to
efaf42f
Compare
efaf42f
to
66c2bd1
Compare
(cherry picked from commit f3b87b6)
(cherry picked from commit f3b87b6)
Fixes #14935
Master Issue: #14935
Motivation
When creating system namespace topic, it should always be successful.
Documentation
no-need-doc