Uh oh!
There was an error while loading. Please reload this page.
HBASE-19577 Use log4j2 instead of log4j for logging - #1708
Conversation
Apache-HBase
commented
May 13, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 13, 2020
Apache-HBase
commented
May 13, 2020
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
May 14, 2020
For log4j2, there is no way to configuration a category with the grammer like log4j.rootLogger=INFO,console Instead, you have to config the log level and log appender separately. So I changed the start up script a bit to have HBASE_ROOT_LOGGER_LEVEL and HBASE_ROOT_LOGGER_APPENDER to specify these two configs separately. This is an incompatible change I think. And I could not find an easy way to purge the dependencies on log4j from hadoop, as hadoop is deeply combined with log4j in the metrics system, where the org.apache.hadoop.log.metrics.EventCounter is a sub class of the log4j AppenderSkeleton. Just introducing log4j dependency is fine, as we can make sure slf4j-log4j12 is not in our classpath then no log will be redirect to log4j.But I think these metrics will be broken as we will not output logs to these EventCounters. Maybe we should introduce our own jvm metrics which depends on log4j2? |
Apache-HBase
commented
May 14, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 14, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 17, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 17, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 17, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 23, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 15, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 15, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2021
💔 -1 overall
This message was automatically generated. |
Apache9
commented
Mar 18, 2021
Several UTs in hbase-mapreduce module are still failing because of the launched container wants to load log4j.properties and set FileAppender. Let me dig more. |
Apache-HBase
commented
Mar 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 19, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Mar 20, 2021
OK, good, all green. Let me merge. |
No description provided.