Andrew Kyle Purtell created HBASE-27588:
-------------------------------------------
Summary: "Iinstantiating StoreFileTracker impl" INFO level logging
is too chatty
Key: HBASE-27588
URL: https://issues.apache.org/jira/browse/HBASE-27588
Project: HBase
Issue Type: Task
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Fix For: 2.4.16, 2.5.4
2023-01-24 14:05:17,600 INFO [PEWorker-9]
storefiletracker.StoreFileTrackerFactory: instantiating StoreFileTracker impl
....
This should be logged at DEBUG level as it is debug information. It is
frequently printed in the logs and because it's the same impl every time
(although in theory could be varied in table schema) there is no value for
operators, it just consumes logging resources.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)