-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][broker][branch-4.0]Can not access topic policies if topic partitions have not been created #24680
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][branch-4.0]Can not access topic policies if topic partitions have not been created #24680
Conversation
|
/pulsarbot rerun-failure-checks |
|
@poorbarcode I merged origin/branch-4.0 and fixed checkstyle, but there seems to be remaining issues: Regarding checkstyle, I recommend to configure IntelliJ with the checkstyle plugin and Pulsar codestyle as explained in https://pulsar.apache.org/contribute/setup-ide/#configure-checkstyle since it will help avoid checkstyle errors. Before pushing, it's useful to compile and run checkstyle, this is very quick: mvn -Pcore-modules,-main -T 1C clean install -DskipTests -Dspotbugs.skip=true -DnarPluginPhase=noneto just run license check and checkstyle for all modules, this is the go to command: mvn -T 1C initialize license:check checkstyle:checkthis runs very quickly for the complete project (< 10 seconds on my laptop). Creating shell aliases for these commands is helpful. |
f0a7919 to
97f88c9
Compare
…tions have not been created (apache#24680)
…tions have not been created (apache#24680) (cherry picked from commit 109ba07)
…tions have not been created (apache#24680) (cherry picked from commit 109ba07)
…tions have not been created (apache#24680)
Motivation
To reproduce the issue:
brokerDeleteInactiveTopicsEnabledistrueThe master branch does not have the issue because #24225 have fixed it here
Modifications
fix the issue
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: x