-
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-27892 Report memstore on-heap and off-heap size as jmx metrics #5308
Conversation
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.
left a minor nit, otherwise looks good
@@ -238,6 +238,10 @@ public interface MetricsRegionServerSource extends BaseSource, JvmPauseMonitorSo | |||
String MAX_COMPACTED_STORE_FILE_REF_COUNT = "maxCompactedStoreFileRefCount"; | |||
String MEMSTORE_SIZE = "memStoreSize"; | |||
String MEMSTORE_SIZE_DESC = "Size of the memstore"; | |||
String MEMSTORE_ONHEAP_SIZE = "memStoreOnHeapSize"; |
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.
let's keep memStoreHeapSize
as Duo suggested and it is also referenced as memStoreHeapSize at multiple places?
🎊 +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. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
I ran the tests locally and they passed. |
…5308) Signed-off-by: Viraj Jasani <[email protected]>
…5308) Signed-off-by: Viraj Jasani <[email protected]>
…5308) Signed-off-by: Viraj Jasani <[email protected]>
…5308) Signed-off-by: Viraj Jasani <[email protected]>
…metrics (apache#5308)" This reverts commit 7c49300.
…pache#5308) Signed-off-by: Viraj Jasani <[email protected]> (cherry picked from commit 7c49300) Change-Id: I5111265d8b203cbb77a754aee3d1609af01dface
…metrics (apache#5308)" (apache#5311) This reverts commit 7c49300. (cherry picked from commit c0df943) Change-Id: I6e6aafda6ef5781761cf0bb5a3461b3060f6b94b
No description provided.