Skip to content

Commit

Permalink
[improve][broker] Improve the extensibility of the TopicBundleAssignm…
Browse files Browse the repository at this point in the history
…entStrategy interface class (apache#23773)
  • Loading branch information
rayluoluo committed Jan 27, 2025
1 parent 7d80b4f commit b631057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ env:
# if the artifacts have already been expired, the complete workflow can be rerun by closing and reopening the PR or by rebasing the PR
ARTIFACT_RETENTION_DAYS: 3
JDK_DISTRIBUTION: corretto
ACTIONS_STEP_DEBUG: "true"

jobs:
preconditions:
Expand Down Expand Up @@ -192,7 +193,7 @@ jobs:

- name: Build core-modules
run: |
mvn -B -T 1C -ntp -Pcore-modules,-main clean install -DskipTests -Dlicense.skip=true -Drat.skip=true -Dcheckstyle.skip=true
mvn -B -X -T 1C -ntp -Pcore-modules,-main clean install -DskipTests -Dlicense.skip=true -Drat.skip=true -Dcheckstyle.skip=true
- name: Check binary licenses
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pulsar-broker/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- <AppenderRef ref="CONSOLE" />-->
<!-- </Logger>-->

<Root level="INFO">
<Root level="DEBUG">
<AppenderRef ref="CONSOLE"/>
</Root>
<!-- Uncomment the following logger for debugging Key_Shared / PIP-379
Expand Down

0 comments on commit b631057

Please sign in to comment.