[
https://issues.apache.org/jira/browse/HBASE-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647961#comment-14647961
]
Lars Hofhansl commented on HBASE-14173:
---------------------------------------
[~jmhsieh]
> 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)