You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gustavo Anatoly (JIRA)" <ji...@apache.org> on 2014/05/22 16:37:02 UTC

[jira] [Updated] (HBASE-11225) Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'

     [ https://issues.apache.org/jira/browse/HBASE-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Anatoly updated HBASE-11225:
------------------------------------

    Attachment: HBASE-11225.patch

> Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-11225
>                 URL: https://issues.apache.org/jira/browse/HBASE-11225
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Gustavo Anatoly
>            Priority: Minor
>             Fix For: 0.94.20
>
>         Attachments: HBASE-11225.patch
>
>
> The problem reported in HBASE-10417 exists in 0.94 code base.
> {code}
>       for (KeyValue kv : map) {
>         context.write(row, kv);
>         if (index > 0 && index % 100 == 0)
>           context.setStatus("Wrote " + index);
>       }
> {code}
> This JIRA backports the fix to 0.94.



--
This message was sent by Atlassian JIRA
(v6.2#6252)