-
Notifications
You must be signed in to change notification settings - Fork 178
HBASE-26841 Replace log4j with reload4j for hbase-connector #94
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
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
the expectation is this would work with the upcoming hbase 2.4.11 release with reload4j right? we'll need to revisit what to do once we get a hbase 2.y with log4j 2 instead of reload4j, but I think that can wait until the time comes. |
|
yeah, other than the hbase-connector itself, as you figured out that it could be version upgrade in hbase , hadoop , and spark-core. then my concern is, if we should postpone the hbase-connector 1.1.0 release till then ? or should we have a release without fixing log4j issue? |
|
I wonder if we should be more aggressive here in the connectors repo. For the spark connector we don't need to include any specific logging backend, because we should get that from spark. For the kafka proxy by default we get a classpath from hbase that probably includes a logging backend. |
|
if we don't have but again, you're right, if each upstream fixes it and we upgrade to that version with the fixes, then |
|
Hello guys, I do not see any movement here. Now, do we want to replace log4j with log4j2 here? I could take that task up if others are interested. |
please go ahead.. |
|
@subrat-mishra is also working on log4j migration in #117. |
|
Closing as this is no longer relevant. |
although we could also wait hbase, kafka and spark to upgrade without the log4j v1, we just exclude them here and rely on our own tests.
We can discuss here if we should not do this approach.