-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-20060 Add details of off heap memstore into book. #334
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. |
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.
Ain't sure why compile is failing. Is patch applying? Doc is good.
<property> | ||
<name>hbase.hregion.memstore.mslab.chunksize</name> | ||
<value>2097152</value> | ||
<description>The maximum size of a chunk in the MemStoreLAB.</description> |
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.
This is bytes?
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.
Yeah, Let me address this in the description. Thanks.
</property> | ||
<property> | ||
<name>hbase.regionserver.offheap.global.memstore.size</name> | ||
<value>0</value> |
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.
This is megabytes?
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.
Yeah, will also the unit in doc.
💔 -1 overall
This message was automatically generated. |
The document is just a copy from https://issues.apache.org/jira/browse/HBASE-20460, Will check all those config keys based on our HBase2.x & master. Thanks.