[
https://issues.apache.org/jira/browse/PHOENIX-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628911#comment-15628911
]
Hadoop QA commented on PHOENIX-3433:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12836552/PHOENIX-3433.patch
against master branch at commit effb095230f9f0a3e9b00e1925c6ed797ff5666c.
ATTACHMENT ID: 12836552
{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 javadoc{color}. The javadoc tool appears to have generated
43 warning messages.
{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:
+ setUpTestDriver(new
ReadOnlyProps(serverProps.entrySet().iterator()), new
ReadOnlyProps(clientProps.entrySet().iterator()));
+ try (PhoenixConnection connection =
QueryUtil.getConnectionOnServer(env.getConfiguration()).unwrap(PhoenixConnection.class);
+ try (PhoenixConnection connection =
QueryUtil.getConnectionOnServer(env.getConfiguration()).unwrap(PhoenixConnection.class)){
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/668//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/668//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/668//console
This message is automatically generated.
> Local or view indexes cannot be created after PHOENIX-3254 if namespaces
> enabled
> --------------------------------------------------------------------------------
>
> Key: PHOENIX-3433
> URL: https://issues.apache.org/jira/browse/PHOENIX-3433
> Project: Phoenix
> Issue Type: Bug
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Rajeshbabu Chintaguntla
> Priority: Blocker
> Fix For: 4.9.0, 4.8.2
>
> Attachments: PHOENIX-3433.patch
>
>
> As part of PHOENIX-3254 we are trying to create sequences at server while
> creating local or view indexes. When we try to create a connection we are
> always going by namespace config false. So by the time if the SYSTEM tables
> created with namespaces then we get error while creating local or view
> indexes. If we need to set the namespace enabled or not as for server
> configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)