-
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
[Broker] Failed to process metadata store notification #11637
Comments
@merlimat This problem might be related to recent PIP-45 changes. Please take a look. |
this seems to always fail: pulsar/pulsar-broker/src/main/java/org/apache/pulsar/common/naming/NamespaceBundleFactory.java Lines 160 to 172 in 794aa20
this logic looks risky: pulsar/pulsar-broker/src/main/java/org/apache/pulsar/common/naming/NamespaceBundleFactory.java Lines 330 to 343 in 794aa20
|
I am pretty sure that CI passed when I merged the #11198 patch probably there is some case that happens rarely |
It looks like a problem that just gets logged. The problem seems to be that |
I see. |
This problem seems to be fixed by #11656 . @Technoboy- can you confirm? |
Yes, I think so. |
Closing since this is fixed by #11656 |
Describe the bug
I came a cross multiple odd log entries "Failed to process metadata store notification
java.lang.IllegalArgumentException: Invalid namespace format. expected / or // but got: public" when investigating #11635 .
I wonder if this has recently changed. This is the log entry:
To Reproduce
The above example is from the logs of running cpp-tests (see #11635). I assume that this happens in the master branch for all namespace policy updates.
Expected behavior
Namespace policy updates shouldn't result in errors.
The text was updated successfully, but these errors were encountered: