[
https://issues.apache.org/jira/browse/PHOENIX-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272015#comment-16272015
]
Hadoop QA commented on PHOENIX-4415:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12899900/PHOENIX-4415.patch
against master branch at commit 355ee522c1d4ff07cf9fbb0a9a01e43e3f702730.
ATTACHMENT ID: 12899900
{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:red}-1 release audit{color}. The applied patch generated 2 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ private static final Set<String> DO_NOT_CLONE_PARAMS =
Sets.newHashSet(PhoenixRuntime.CURRENT_SCN_ATTRIB);
+ if (LOG.isWarnEnabled()) LOG.warn("The " +
PhoenixRuntime.CURRENT_SCN_ATTRIB + " is unsupported when writing and will be
ignored");
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1641//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1641//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1641//console
This message is automatically generated.
> Ignore CURRENT_SCN property if set in Pig Storer
> ------------------------------------------------
>
> Key: PHOENIX-4415
> URL: https://issues.apache.org/jira/browse/PHOENIX-4415
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Attachments: PHOENIX-4415.patch
>
>
> Phoenix does not support back-in-time writes, so to guard against that we'll
> remove the CURRENT_SCN property if it's set in the job configuration in
> PhoenixHBaseStorage.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)