[branch-2.11][fix][broker] Fix create ns - #18755
Conversation
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
|
/pulsarbot rerun-failure-checks |
1 similar comment
|
/pulsarbot rerun-failure-checks |
|
@nodece this test is failing:
|
|
@codelipenghui We should not merge a PR whose CI failed. This PR introduced a breaking change. See https://github.com/apache/pulsar/actions/runs/3637168979/jobs/6137886957. |
This reverts commit 53f1cb2.
This reverts commit 53f1cb2.
|
Revert this PR to fix the broken branch-2.11. We should not cherry-pick #17864. Instead, we should use a correct way to fix the default bundle policy change (which should not be a big issue) See https://lists.apache.org/thread/5orjrbrhomf6bt9stdfsv6z4bzs3m7w0 |
I don't think this PR brings the breaking change. When you enable the authentication/authorization, you must configure the |
|
I see your comments in the mail list, let's continue the discussion in the mail list. |
Motivation
Cherry-pick #17864
The
bundlespolicy of the namespace is ignored if the namespace is created directly by theNamespaceResources, see the logic of admin service:pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Lines 1956 to 1969 in 9e4daea
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: