[
https://issues.apache.org/jira/browse/PHOENIX-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17110659#comment-17110659
]
Hadoop QA commented on PHOENIX-5896:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13003325/PHOENIX-5896.4.x.v4.patch
against 4.x branch at commit 49599fd89b6cfa9cab9d7d3f6dcf4bdc5428915a.
ATTACHMENT ID: 13003325
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 8 new
or modified tests.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail .
Compilation errors resume:
[ERROR] COMPILATION ERROR :
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java:[70,1]
cannot find symbol
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java:[534,41]
cannot find symbol
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile
(default-testCompile) on project phoenix-core: Compilation failure: Compilation
failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java:[70,1]
cannot find symbol
[ERROR] symbol: static INCR_VERIFY_NOT_APPLICABLE
[ERROR] location: class
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForNonTxGlobalIndexIT.java:[534,41]
cannot find symbol
[ERROR] symbol: variable INCR_VERIFY_NOT_APPLICABLE
[ERROR] location: class
org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
[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 <args> -rf :phoenix-core
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3865//console
This message is automatically generated.
> Implement incremental rebuild along the failed regions in IndexTool
> -------------------------------------------------------------------
>
> Key: PHOENIX-5896
> URL: https://issues.apache.org/jira/browse/PHOENIX-5896
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Swaroopa Kadam
> Assignee: Swaroopa Kadam
> Priority: Major
> Attachments: PHOENIX-5896.4.x.v2.patch, PHOENIX-5896.4.x.v3.patch,
> PHOENIX-5896.4.x.v4.patch
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> As we run the index tool on indexes to be rebuilt after the upgrade, it
> spends some time in rescanning successful regions from the last rebuild. We
> want to make the index tool a little smarter to not rebuild rows from the
> regions that were found in the PIT_result table from the last rebuild.
> PIT_result logs region info if it was successfully rebuilt in the last run.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)