-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26814 Default StoreHotnessProtector to off, with logs to guide when to turn it on #4194
Conversation
…when to turn it on
Hold off on this. I tested it on an internal cluster and it actually logs per-region as regions come online. That's not exactly what we wanted, so I'll be making a change shortly. |
Added a commit to only log once. I looked around and am not aware of any ways within the hbase ecosystem to unit test a log message. If that's something we want feel free to let me know, but this seems trivial enough? |
🎊 +1 overall
This message was automatically generated. |
…when to turn it on (#4194) Signed-off-by: Andrew Purtell <apurtell@apache.org>
…when to turn it on (#4194) Signed-off-by: Andrew Purtell <apurtell@apache.org>
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
This change appears to have introduced a spot bugs error. I don't know why it wasn't caught in precommit. |
…when to turn it on (apache#4194)
See discussion in https://issues.apache.org/jira/browse/HBASE-26814
This change applies cleanly to branch-2 as well