[
https://issues.apache.org/jira/browse/HBASE-13277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368348#comment-14368348
]
Sean Busbey commented on HBASE-13277:
-------------------------------------
{quote}
+ protected static final String OPT_MOB_THRESHOLD_USAGE =
+ "Desired # of bytes for a cell to use the mob write path";
{quote}
"When a cell exceeds this size, in bytes, it will use the MOB write path."
{quote}
+ if (mobThreshold > 0) {
{quote}
Can mobThreshold be 0 to indicate "all cells use mob write path" ?
> add mob_threshold option to load test tool
> ------------------------------------------
>
> Key: HBASE-13277
> URL: https://issues.apache.org/jira/browse/HBASE-13277
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Affects Versions: hbase-11339
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: hbase-11339
>
> Attachments: HBASE-13277.hbase-11339.patch
>
>
> This adds '-mob_threshold <value>' option to the load test tool to simplify
> mob load testing
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)