[
https://issues.apache.org/jira/browse/HBASE-18537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122705#comment-16122705
]
Ted Yu commented on HBASE-18537:
--------------------------------
{code}
+ if (end != max_row && end != max_row + 1) {
{code}
Why is the above check needed ?
For DoGet(),
{code}
- for (int m = 1; m <= cols; m++) {
- if (!Verify(result, family, m)) return false;
{code}
Where does the above go ?
> [C++] Improvements to load-client
> ---------------------------------
>
> Key: HBASE-18537
> URL: https://issues.apache.org/jira/browse/HBASE-18537
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: HBASE-14850
>
> Attachments: hbase-18537.patch, hbase-18537_v2.patch
>
>
> A couple of improvements to the load-client after spending some time with
> testing:
> - better log messages
> - support for progress
> - minor bug fixes
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)