Apache9 commented on PR #7831: URL: https://github.com/apache/hbase/pull/7831#issuecomment-4024209376
> > It will run periodically or just log things on start up? > > Just log things on start up, but if there are many tables, this type of log will be extensive. Do you recommend maintaining the current behavior? > > ```shell > 2026-03-02T16:54:31,226 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_testRest Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,228 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_t2 Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,229 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_hbase_table_quota Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,230 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_t1 Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,230 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_hbase_table_meta Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,231 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_IntegrationTestIngestWithMOB Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,231 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_hbase_table_namespace Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,232 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_t3 Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,233 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_hbase_table_rsgroup Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,233 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_test_ns_table_test_table Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,234 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_default_table_demo_table Metrics about Tables on a single HBase RegionServer > 2026-03-02T16:54:31,234 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=Coprocessor.Region.CP_org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint Metrics about HBase RegionObservers > 2026-03-02T16:54:31,234 INFO [HBase-Metrics2-1] impl.GlobalMetricRegistriesAdapter: Registering RegionServer,sub=TableRequests_Namespace_hbase_table_slowlog Metrics about Tables on a single HBase RegionServer > ``` If it is per table then I think this may be too much... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
