-
Couldn't load subscription status.
- Fork 3.4k
HBASE-27588 "Instantiating StoreFileTracker impl" INFO level logging is too chatty #4989
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. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC this is for logging the SFT type when opening a region. If logging at these places will generate too many log output, I think we could change log level to DEBUG at these places, and add other logs in HRegion to log the type?
Done. |
…is too chatty (#4989) Signed-off-by: Peter Somogyi <[email protected]>
…is too chatty (#4989) Signed-off-by: Peter Somogyi <[email protected]>
|
So the plan is to open another issue to add the logs when opening a region? |
No description provided.