[
https://issues.apache.org/jira/browse/PHOENIX-5899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111615#comment-17111615
]
Hadoop QA commented on PHOENIX-5899:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13003440/PHOENIX-5899.master.patch
against master branch at commit 49599fd89b6cfa9cab9d7d3f6dcf4bdc5428915a.
ATTACHMENT ID: 13003440
{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:
+ Throwable cause =
ServerUtil.getExceptionFromFailedFuture(resultsAndFutures.getSecond().get(index));
+ public <R> Pair<List<R>, List<Future<R>>> submit(TaskBatch<R> tasks) throws
CancellationException, ExecutionException,
+ return Pair.newPair(submitTasks(futures).get(),
Collections.unmodifiableList(((List<Future<R>>)(List<?>)futures)));
+ public <R> Pair<List<R>, List<Future<R>>> submitUninterruptible(TaskBatch<R>
tasks) throws EarlyExitFailure,
+ public <R> Pair<List<R>, List<Future<R>>> submitUninterruptible(TaskBatch<R>
tasks) throws EarlyExitFailure,
+ exception = new
MultiIndexWriteFailureException(Collections.unmodifiableList(failedTables),
+ exception = new
MultiIndexWriteFailureException(Collections.unmodifiableList(failedTables),
+ disableIndexOnFailure &&
PhoenixIndexFailurePolicy.getDisableIndexOnFailure(env), cause);
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3873//testReport/
Code Coverage results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3873//artifact/phoenix-core/target/site/jacoco/index.html
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3873//console
This message is automatically generated.
> Index writes and verifications should contain information of underlying cause
> of failure
> ----------------------------------------------------------------------------------------
>
> Key: PHOENIX-5899
> URL: https://issues.apache.org/jira/browse/PHOENIX-5899
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 4.15.0
> Reporter: Abhishek Singh Chouhan
> Assignee: Abhishek Singh Chouhan
> Priority: Major
> Fix For: 4.16.0
>
> Attachments: PHOENIX-5899.4.x.001.patch, PHOENIX-5899.4.x.patch,
> PHOENIX-5899.4.x.patch, PHOENIX-5899.4.x.patch, PHOENIX-5899.master.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In case of any failures during index writes, rebuild and verify we simply
> returnĀ
> MultiIndexWriteFailureException without the underlying cause. This makes
> finding the underlying root cause exceptionally hard.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)