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

Hudson commented on HBASE-14173:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6688 (See 
[https://builds.apache.org/job/HBase-TRUNK/6688/])
HBASE-14173 includeMVCCReadpoint parameter in 
DefaultCompactor#createTmpWriter() represents no-op (tedyu: rev 
f1f0d99662559a2090fc56c001f33ae1ace90686)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java


> 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)

Reply via email to