[
https://issues.apache.org/jira/browse/HBASE-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163314#comment-15163314
]
Ted Yu commented on HBASE-15191:
--------------------------------
{code}
97 else
98
scan.setCaching(getConf().getInt(HConstants.HBASE_CLIENT_SCANNER_CACHING,1));
{code}
Enclose the if and else blocks in curly braces.
How is the default value of 1 determined ?
For VerifyReplication.java :
{code}
115 scan.setCacheBlocks(false);
{code}
Why is the above change needed ?
> CopyTable and VerifyReplication - Option to specify batch size, versions
> ------------------------------------------------------------------------
>
> Key: HBASE-15191
> URL: https://issues.apache.org/jira/browse/HBASE-15191
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Affects Versions: 0.98.16.1
> Reporter: Parth Shah
> Priority: Minor
> Attachments: HBASE_15191.patch
>
>
> Need option to specify batch size for CopyTable and VerifyReplication. We
> are working on patch for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)