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

Hadoop QA commented on HBASE-13431:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12728787/HBASE-13431.patch
  against master branch at commit 84dd84fc581d2984daf5e523276b76181c1de5e7.
  ATTACHMENT ID: 12728787

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

    {color:red}-1 javac{color}.  The patch appears to cause mvn compile goal to 
fail with Hadoop version 2.4.1.

    Compilation errors resume:
    [ERROR] COMPILATION ERROR : 
[ERROR] 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFile.java:[958,25]
 method splitStoreFile in class 
org.apache.hadoop.hbase.regionserver.HRegionFileSystem cannot be applied to 
given types;
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile 
(default-testCompile) on project hbase-server: Compilation failure
[ERROR] 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFile.java:[958,25]
 method splitStoreFile in class 
org.apache.hadoop.hbase.regionserver.HRegionFileSystem cannot be applied to 
given types;
[ERROR] required: 
org.apache.hadoop.hbase.HRegionInfo,java.lang.String,org.apache.hadoop.hbase.regionserver.StoreFile,byte[],boolean,boolean
[ERROR] found: 
org.apache.hadoop.hbase.HRegionInfo,java.lang.String,org.apache.hadoop.hbase.regionserver.StoreFile,byte[],boolean,<nulltype>
[ERROR] reason: actual argument <nulltype> cannot be converted to boolean by 
method invocation conversion
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
    

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/13863//console

This message is automatically generated.

> Move splitStoreFile to SplitTransaction interface to allow creating both 
> reference files in case required
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13431
>                 URL: https://issues.apache.org/jira/browse/HBASE-13431
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13431.patch
>
>
>  APPROACH #3 at PHOENIX-1734 helps to implement local indexing without much 
> changes in HBase. For split we need one kernel change to allow creating both 
> top and bottom reference files for index column family store files even when 
> the split key not in the storefile key range. 
> The changes helps in this case are  
> 1) pass boolean to HRegionFileSystem#splitStoreFile to allow to skip the 
> storefile key range check.
> 2) move the splitStoreFile with extra boolean parameter  to the new interface 
> introduced at HBASE-12975. 



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

Reply via email to