[BugFix] exclusion ch.qos.reload4j - #67487
Open
pengliang100 wants to merge 2 commits into
Open
Conversation
|
pengliang3 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
pengliang100
force-pushed
the
log4j-bug
branch
from
January 5, 2026 12:14
1a77c24 to
4451777
Compare
Contributor
|
@cursor review |
|
Skipping Bugbot: Unable to authenticate your request. Please make sure Bugbot is properly installed and configured for this repository. |
Author
|
@alvin-celerdata Resolved |
Contributor
|
@cursor review |
|
Contributor
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Contributor
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Contributor
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Author
|
@alvin-celerdata |
Author
|
@alvin-celerdata Why can't we merge it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Why I'm doing:
ch.qos.reload4j The package path is the same as log4j
The class that was lazily loaded after startup loaded an incorrect org.apache.log4j and use default log4j.properties , Resulting in a large amount of log debug output
like software.amazon.awssdk.thirdparty log Output to fe.out
What I'm doing:
hadoop-hdfs need exclusion reload4j
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
Note
Removes conflicting logging bridges pulled by Hadoop HDFS to stabilize logging.
org.slf4j:slf4j-reload4jandch.qos.reload4j:reload4jfromorg.apache.hadoop:hadoop-hdfsin bothfe/fe-core/build.gradle.ktsandfe/pom.xmlorg.apache.log4jbinding and excessive debug logs from transitive dependenciesWritten by Cursor Bugbot for commit 6da5347. This will update automatically on new commits. Configure here.