[
https://issues.apache.org/jira/browse/PHOENIX-5327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883320#comment-16883320
]
Hadoop QA commented on PHOENIX-5327:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12974435/PHOENIX-5327-4.x-HBase-1.4.patch
against 4.x-HBase-1.4 branch at commit
bca29e25a7356a35044a98e92ae1451b991ba887.
ATTACHMENT ID: 12974435
{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:
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_DIVISION ON
PHERF.PHERF_PROD_TEST_UNSALTED (DIVISION)"/>
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_OLDVAL_STRING
ON PHERF.PHERF_PROD_TEST_UNSALTED (OLDVAL_STRING)"/>
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_CONNECTION_ID
ON PHERF.PHERF_PROD_TEST_UNSALTED (CONNECTION_ID)"/>
+ ddl="CREATE VIEW IF NOT EXISTS
PHERF.PHERF_TEST_VIEW_UNSALTED AS SELECT * FROM PHERF.PHERF_PROD_TEST_UNSALTED"
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_DIVISION ON
PHERF.PHERF_PROD_TEST_UNSALTED (DIVISION)"/>
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_OLDVAL_STRING
ON PHERF.PHERF_PROD_TEST_UNSALTED (OLDVAL_STRING)"/>
+ <ddl statement="CREATE INDEX IF NOT EXISTS IDX_CONNECTION_ID
ON PHERF.PHERF_PROD_TEST_UNSALTED (CONNECTION_ID)"/>
+ ddl="CREATE VIEW IF NOT EXISTS
PHERF.PHERF_TEST_VIEW_UNSALTED AS SELECT * FROM PHERF.PHERF_PROD_TEST_UNSALTED"
+ ddl="CREATE VIEW IF NOT EXISTS
PHERF.PHERF_TEST_VIEW_UNSALTED AS SELECT * FROM PHERF.PHERF_PROD_TEST_UNSALTED"
+ statement="select /*+ SMALL*/ count(*) from
PHERF.PHERF_TEST_VIEW_UNSALTED"/>
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2770//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2770//console
This message is automatically generated.
> PherfMainIT fails with duplicate TABLE/INDEX.
> ---------------------------------------------
>
> Key: PHOENIX-5327
> URL: https://issues.apache.org/jira/browse/PHOENIX-5327
> Project: Phoenix
> Issue Type: Test
> Affects Versions: 4.15.0, 5.1.0
> Reporter: Lars Hofhansl
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 4.15.1, 5.1.1
>
> Attachments: PHOENIX-5327-4.x-HBase-1.3.patch,
> PHOENIX-5327-4.x-HBase-1.4.patch, PHOENIX-5327-4.x-HBase-1.4.patch,
> PHOENIX-5327-4.x-HBase-1.5.patch, PHOENIX-5327.01.patch, PHOENIX-5327.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code:java}
> INFO] Running org.apache.phoenix.pherf.PherfMainIT
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 54.221 s <<< FAILURE! - in org.apache.phoenix.pherf.PherfMainIT
> [ERROR] testPherfMain(org.apache.phoenix.pherf.PherfMainIT) Time elapsed:
> 10.455 s <<< ERROR!
> java.util.concurrent.ExecutionException:
> org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04):
> Table already exists. tableName=PHERF.IDX_DIVISION
> at org.apache.phoenix.pherf.PherfMainIT.testPherfMain(PherfMainIT.java:42)
> Caused by: org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013
> (42M04): Table already exists. tableName=PHERF.IDX_DIVISION
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)