-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24767 Change default to false for HBASE-15519 per-user metrics #2132
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. |
HorizonNet
left a comment
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.
LGTM. Should we do the same for the master for now?
|
@saintstack Test failures were related? Seems that the results are not available anymore. |
virajjasani
left a comment
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.
+1
|
|
||
| public static final String METRIC_USER_ENABLED_CONF = "hbase.regionserver.user.metrics.enabled"; | ||
| public static final boolean DEFAULT_METRIC_USER_ENABLED_CONF = true; | ||
| public static final boolean DEFAULT_METRIC_USER_ENABLED_CONF = false; |
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.
We have many default constants for multiple configs defined in core code, seems like we are not utilizing hbase-default.xml.
@saintstack it's not related to this PR, but should we have a general guideline to keep config's default values only in hbase-default.xml and not in code?
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.
Sounds find if the original config is in hbase-default; this one is not.
We don't have all configs in hbase-default. Too many. Operator would get lost. The boundary between listing in hbase-default or not is not specified unfortunately. A task to do.
|
🎊 +1 overall
This message was automatically generated. |
|
Thanks for the reviews @virajjasani and @HorizonNet (Jan, I push against branch-2 because I know its stable... will forward port to master). Thanks to which ever of you reran the build for me. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
…Set hbase.regionserver.user.metrics.enabled default to false; i.e. off.
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
…Set hbase.regionserver.user.metrics.enabled default to false; i.e. off. (#2132) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Jan Hentschel <[email protected]>
…Set hbase.regionserver.user.metrics.enabled default to false; i.e. off. (#2132) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Jan Hentschel <[email protected]>
…Set hbase.regionserver.user.metrics.enabled default to false; i.e. off. (apache#2132) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Jan Hentschel <[email protected]>
Set hbase.regionserver.user.metrics.enabled default to false; i.e. off.