-
Notifications
You must be signed in to change notification settings - Fork 153
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
[Improvement] Migrate from log4j1 to log4j2 #1552
Comments
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Feb 29, 2024
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Feb 29, 2024
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Feb 29, 2024
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Feb 29, 2024
LuciferYang
pushed a commit
that referenced
this issue
Mar 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
What would you like to be improved?
Apache Uniffle uses log4j 1.x, so hence is not susceptible to the recent log4j v2 vulnerability. However, log4j 1.x has reached end of life and is no longer supported. Vulnerabilities reported after August 2015 against log4j 1.x were not checked and will not be fixed. As a result, we are recommended to upgrade Uniffle to Log4j 2 as soon as possible.
When using log4j 1.x, there is a probability of performance bottlenecks in high concurrency scenarios, like:
Log4j2 uses java.util.concurrent libraries to perform locking at the lowest level possible. Log4j-1.x has known deadlock issues.
How should we improve?
Migrate from log4j1 to log4j2
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: