Reverting log4j changes from PR 11702#11903
Conversation
|
cc: @gortiz |
Moving to later versions of log4j causes thread contention, and multiple production systems have been affected. Backing out to use the older version of log4j
9858fc0 to
ab48e78
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #11903 +/- ##
=============================================
- Coverage 61.40% 34.85% -26.56%
+ Complexity 1147 945 -202
=============================================
Files 2375 2299 -76
Lines 128519 124784 -3735
Branches 19849 19295 -554
=============================================
- Hits 78916 43490 -35426
- Misses 43900 78255 +34355
+ Partials 5703 3039 -2664
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The reason to move to newer In order to support The other alternative would be to keep The latest alternative I can imagine would be to properly analyze the test that fail. Although in the log I can see the error is caught by the recently added Gradle plugin, IIRC the problem was in I was also looking for the lock contention issue in log4j2, but I didn't find any report on that. Is there a ticket in log4j2 I can look for? In case it doesn't, it would be great to report the issue there. Given how many projects use log4j2, fixing a performance issue there would be great for the community. |
|
@mcvsubbu I want to follow up on this issue: Has the problem been solved? Did you take any workaround? |
No, we pin the version of log4j in our deployments. |
|
@mcvsubbu Any idea what could have caused the contention? Want to see if there is a way to fix this. (We didn't observe any contention though) |
|
More details in #11909 |
Moving to later versions of log4j causes thread contention, and multiple production systems have been affected. Backing out to use the older version of log4j