[
https://issues.apache.org/jira/browse/PHOENIX-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090173#comment-17090173
]
Hadoop QA commented on PHOENIX-5841:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13000895/PHOENIX-5841.4.x.003.patch
against 4.x branch at commit dccc260413591a7ab3133f8040b8547b8e993750.
ATTACHMENT ID: 13000895
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 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:
+ new
IndexVerificationResultRepository(indexMaintainer.getIndexTableName(),
hTableFactory);
+ new
IndexVerificationOutputRepository(indexMaintainer.getIndexTableName(),
hTableFactory);
+ private void logMismatch(Mutation expected, Mutation actual, int
iteration, IndexToolVerificationResult.PhaseResult verificationPhaseResult)
throws IOException {
+
verificationPhaseResult.setIndexHasMissingCellsCount(verificationPhaseResult.getIndexHasMissingCellsCount()
+ 1);
+
verificationPhaseResult.setIndexHasExtraCellsCount(verificationPhaseResult.getIndexHasExtraCellsCount()
+ 1);
+
setBeyondMaxLookBackInvalidIndexRowCount(verificationPhaseResult.getBeyondMaxLookBackInvalidIndexRowCount()
+ 1);
+
setBeyondMaxLookBackMissingIndexRowCount(verificationPhaseResult.getBeyondMaxLookBackMissingIndexRowCount()
+ 1);
+ throw new DoNotRetryIOException("Single version delete
marker in data mutation " +
+ setIndexHasExtraCellsCount(getIndexHasExtraCellsCount() +
phaseResult.getIndexHasExtraCellsCount());
+ setIndexHasMissingCellsCount(getIndexHasMissingCellsCount() +
phaseResult.getIndexHasMissingCellsCount());
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ProductMetricsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PointInTimeQueryIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.PhoenixRowTimestampFunctionIT
{color:red}-1 core zombie tests{color}. There are 3 zombie test(s):
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3783//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3783//console
This message is automatically generated.
> When data columns get TTLed, we need inline index validation to publish a
> metric for this
> -----------------------------------------------------------------------------------------
>
> Key: PHOENIX-5841
> URL: https://issues.apache.org/jira/browse/PHOENIX-5841
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-5841.4.x.001.patch, PHOENIX-5841.4.x.002.patch,
> PHOENIX-5841.4.x.003.patch, PHOENIX-5841.master.001.patch,
> PHOENIX-5841.master.002.patch, PHOENIX-5841.master.003.patch
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> We do index writes as full row writes. This means all columns keep get
> re-written to index and they have a current timestamp.
> However, if there is a column that did not get updated for a long time (like
> Created_By type of columns that don't change) index inline validation marks
> these as "Index has extra columns". We need to publish an extra metric to
> distinguish these cases since they are expected to be not matching rows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)