[
https://issues.apache.org/jira/browse/PHOENIX-5816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17073193#comment-17073193
]
Hadoop QA commented on PHOENIX-5816:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12998508/PHOENIX-5816.4.x.v1.patch
against 4.x branch at commit 54f2c93176ce57a077769a6f9740345c1da3ac45.
ATTACHMENT ID: 12998508
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 0 new
or modified tests.
{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:
+ String [] args = {"--delete-all-and-rebuild", "--starttime",
myClock.getRelativeTimeAsString(1) , "--endtime",
myClock.getRelativeTimeAsString(9)};
+ String [] args = {"--delete-all-and-rebuild", "--starttime",
myClock.getRelativeTimeAsString(6) , "--endtime",
myClock.getRelativeTimeAsString(9)};
+ String [] args = {"--delete-all-and-rebuild", "--starttime",
myClock.getRelativeTimeAsString(1) , "--endtime",
myClock.getRelativeTimeAsString(6)};
+ String [] args = {"--delete-all-and-rebuild", "--starttime",
myClock.getRelativeTimeAsString(8)};
+ String [] args = {"--delete-all-and-rebuild", "--endtime",
myClock.getRelativeTimeAsString(5)};
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3700//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3700//console
This message is automatically generated.
> IndexToolTimeRangeIT hangs forever
> ----------------------------------
>
> Key: PHOENIX-5816
> URL: https://issues.apache.org/jira/browse/PHOENIX-5816
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.1.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Blocker
> Attachments: PHOENIX-5816.4.x.v1.patch, PHOENIX-5816.master.v1.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> IndexToolTimeRangeIT hangs when executing.
> This makes all mvn verify runs to time out as well, including all Jenkins
> jobs.
> I have identified two problems:
> * The indextool CLI argument name is off
> * The environmentEdgeManager used for the completely hoses HBase ( at least
> 2.2)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)