issue#1447: NettyHelper in netty extension populated Logger "InternalLogger" in netty.#1704
issue#1447: NettyHelper in netty extension populated Logger "InternalLogger" in netty.#1704beiwei30 wants to merge 1 commit intoapache:masterfrom beiwei30:netty-logging
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1704 +/- ##
============================================
+ Coverage 35.37% 35.45% +0.07%
- Complexity 3765 3775 +10
============================================
Files 628 628
Lines 30963 30987 +24
Branches 5438 5449 +11
============================================
+ Hits 10954 10987 +33
+ Misses 18109 18106 -3
+ Partials 1900 1894 -6
Continue to review full report at Codecov.
|
|
Now, i understand DubboInternalLogger's side effect mentioned in #1447, and i've tested this PR works fine. But i have another question, if we don't attach dubbo prefix before netty logger anymore, why don't we just remove NettyHelper from dubbo? Cause i think maybe |
Good point, I will reconsider |
What is the purpose of the change
to fix issue reported by #1447: NettyHelper in netty extension populated Logger "InternalLogger" in netty.
Brief changelog
don't log context info if it's not from dubbo code base
Verifying this change
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests&mvn clean test-compile failsafe:integration-testto make sure unit-test and integration-test pass.