You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/07/30 18:38:05 UTC

[jira] [Commented] (HBASE-14173) includeMVCCReadpoint parameter in DefaultCompactor#createTmpWriter() represents no-op

    [ https://issues.apache.org/jira/browse/HBASE-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647905#comment-14647905 ] 

Anoop Sam John commented on HBASE-14173:
----------------------------------------

+1

> includeMVCCReadpoint parameter in DefaultCompactor#createTmpWriter() represents no-op
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-14173
>                 URL: https://issues.apache.org/jira/browse/HBASE-14173
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 2.0.0
>
>         Attachments: 14173-v1.txt
>
>
> Around line 160:
> {code}
>     return store.createWriterInTmp(fd.maxKeyCount, this.compactionCompression,
>             true, fd.maxMVCCReadpoint >= 0, fd.maxTagsLength >0);
> {code}
> The condition, fd.maxMVCCReadpoint >= 0, represents no-op.
> The correct condition should be fd.maxMVCCReadpoint > 0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)