-
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 collection get bug in ResourceGroupService #12499
Fix collection get bug in ResourceGroupService #12499
Conversation
@Shoothzj:Thanks for your contribution. For this PR, do we need to update docs? |
pulsar-broker/src/main/java/org/apache/pulsar/broker/resourcegroup/ResourceGroupService.java
Show resolved
Hide resolved
/pulsarbot run-failure-checks |
The test failures are related to this change. |
You are right, the former code can't calculate the namespace resource group, then some test code are based on wrong code. I'll fix that |
1ffdc37
to
8242c9f
Compare
/pulsarbot run-failure-checks |
@merlimat PTAL |
Motivation
The wrong get will always return null.
Modifications
Change
java.lang.String
type toNamespaceName
typeDocumentation
Need to update docs?
no-need-doc
Little bug fix