[
https://issues.apache.org/jira/browse/PHOENIX-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16990208#comment-16990208
]
Hadoop QA commented on PHOENIX-5590:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12987779/PHOENIX-5590.master.001.patch
against master branch at commit 5b84341d5b45421675fb2b0d1ffdd2cf46f8e395.
ATTACHMENT ID: 12987779
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ "This parameter is deprecated. Direct mode will be used
whether it is set or not. Keeping it for backwards compatibility.");
+ if (!cmdLine.hasOption(PARTIAL_REBUILD_OPTION.getOpt()) &&
!cmdLine.hasOption(INDEX_TABLE_OPTION.getOpt())) {
+ throw new IllegalStateException("Index name should be passed
unless it is a partial rebuild.");
+ boolean useSnapshot, String tenantId, boolean disableBefore,
boolean shouldDeleteBeforeRebuild, boolean runForeground) throws Exception {
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.SortMergeJoinNoIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForPartialBuildWithNamespaceEnabledIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3170//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3170//console
This message is automatically generated.
> IndexTool without -direct option doesn't work with consistent index design.
> Make -direct mandatory
> --------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-5590
> URL: https://issues.apache.org/jira/browse/PHOENIX-5590
> Project: Phoenix
> Issue Type: Bug
> Reporter: Gokcen Iskender
> Assignee: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-5590.master.001.patch
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)