[
https://issues.apache.org/jira/browse/PHOENIX-5874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097652#comment-17097652
]
Hadoop QA commented on PHOENIX-5874:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13001837/PHOENIX-5874.4.x.v2.patch
against 4.x branch at commit 490c18d7fe59b2199d4d3aacf350c8c2e393c258.
ATTACHMENT ID: 13001837
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 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:
+ TestUtil.assertTableHasTtl(conn,
TableName.valueOf(OUTPUT_TABLE_NAME_BYTES), DEFAULT_LOG_TTL);
+ ConnectionQueryServices queryServices =
conn.unwrap(PhoenixConnection.class).getQueryServices();
+ IndexVerificationResultRepository resultRepository =
setupResultRepository(conn, indexNameBytes, expectedResult);
+ private IndexVerificationResultRepository setupResultRepository(Connection
conn, byte[] indexNameBytes,IndexToolVerificationResult expectedResult)
+ TestUtil.assertTableHasTtl(conn,
TableName.valueOf(RESULT_TABLE_NAME_BYTES), DEFAULT_LOG_TTL);
+ ConnectionQueryServices queryServices =
conn.unwrap(PhoenixConnection.class).getQueryServices();
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.txn.RollbackIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.iterate.ChunkedResultIteratorIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.HashJoinGlobalIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.UpdateCacheIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexSplitForwardScanIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.SortMergeJoinLocalIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.LocalImmutableNonTxIndexIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.tx.TxCheckpointIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.join.HashJoinPersistentCacheIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3805//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3805//console
This message is automatically generated.
> IndexTool does not set TTL on its log tables correctly
> ------------------------------------------------------
>
> Key: PHOENIX-5874
> URL: https://issues.apache.org/jira/browse/PHOENIX-5874
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0, 4.14.3
> Reporter: Kadir OZDEMIR
> Assignee: Swaroopa Kadam
> Priority: Major
> Attachments: PHOENIX-5874.4.x.v1.patch, PHOENIX-5874.4.x.v2.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> IndexTool does not use the correct API to set 7 day TTL on its log tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)