You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/14 14:43:18 UTC

[GitHub] [hbase] Apache9 commented on pull request #1714: HBASE-24373 Implement JvmMetrics in HBase instead of using the one in hadoop

Apache9 commented on pull request #1714:
URL: https://github.com/apache/hbase/pull/1714#issuecomment-628681610


   Copied the code in hadoop to hbase directly with the same package name, and also added some dummy log4j classes in hbase-logging, it basically worked when running UTs.
   
   But I'm afraid it may not work when starting a cluster, as in tests, maven will make sure that the classes from the project will be loaded before the dependency jars, but when starting a cluster, there is no guarantee which one will be loaded first...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org