[
https://issues.apache.org/jira/browse/PHOENIX-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238474#comment-16238474
]
Hadoop QA commented on PHOENIX-4342:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12895961/PHOENIX-4342-v4.patch
against master branch at commit a09cea6bfb94edd95ce06aa2cb7f229227db5666.
ATTACHMENT ID: 12895961
{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:
+ mutationPlans.add(new SingleRowDeleteMutationPlan(plan,
connection, maxSize, maxSizeBytes));
+ return new ServerSelectDeleteMutationPlan(dataPlan, connection,
aggPlan, projector, maxSize, maxSizeBytes);
+ return new ClientSelectDeleteMutationPlan(targetTableRef,
dataPlan, bestPlan, hasPreOrPostProcessing,
+ parallelIteratorFactory, otherTableRefs,
projectedTableRef, maxSize, maxSizeBytes, connection);
+ public SingleRowDeleteMutationPlan(QueryPlan dataPlan,
PhoenixConnection connection, int maxSize, int maxSizeBytes) {
+ Map<ImmutableBytesPtr,RowMutationState> mutation =
Maps.newHashMapWithExpectedSize(ranges.getPointLookupCount());
+
statement.getConnection().getStatementExecutionCounter(),
NULL_ROWTIMESTAMP_INFO, null));
+ return new MutationState(dataPlan.getTableRef(), mutation, 0,
maxSize, maxSizeBytes, connection);
+ public ServerSelectDeleteMutationPlan(QueryPlan dataPlan,
PhoenixConnection connection, QueryPlan aggPlan,
+ RowProjector projector, int
maxSize, int maxSizeBytes) {
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ConcurrentMutationsIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1616//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1616//console
This message is automatically generated.
> Surface QueryPlan in MutationPlan
> ---------------------------------
>
> Key: PHOENIX-4342
> URL: https://issues.apache.org/jira/browse/PHOENIX-4342
> Project: Phoenix
> Issue Type: Improvement
> Reporter: James Taylor
> Assignee: Geoffrey Jacoby
> Priority: Minor
> Attachments: PHOENIX-4342-v2.patch, PHOENIX-4342-v3.patch,
> PHOENIX-4342-v4.patch, PHOENIX-4342.patch
>
>
> For DELETE statements, it'd be good to be able to get at the QueryPlan
> through the MutationPlan so we can get more structured information at compile
> time.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)