[
https://issues.apache.org/jira/browse/HBASE-21194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16656221#comment-16656221
]
Ted Yu commented on HBASE-21194:
--------------------------------
Thanks for working on this, Artem.
{code}
+ cfd.setMobThreshold(102400);
{code}
Isn't the threshold high ? Looking at existing tests, the threshold is very low.
Please choose better threshold so that the data written would exceed the
threshold (by size).
Please refer to TestMobCompactor#countMobRows and related method(s) so that
more assertion can be written after the copy table session.
> Add TestCopyTable which exercises MOB feature
> ---------------------------------------------
>
> Key: HBASE-21194
> URL: https://issues.apache.org/jira/browse/HBASE-21194
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Artem Ervits
> Priority: Minor
> Labels: mob
> Attachments: HBASE-21194.v01.patch
>
>
> Currently TestCopyTable doesn't cover table(s) with MOB feature enabled.
> We should add variant that enables MOB on the table being copied and verify
> that MOB content is copied correctly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)