[
https://issues.apache.org/jira/browse/PHOENIX-4182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16162150#comment-16162150
]
Hadoop QA commented on PHOENIX-4182:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12886491/PHOENIX-4182.patch
against master branch at commit 7e45e9ea1eee5c71cb14ed1eb7d54c05dc91b46a.
ATTACHMENT ID: 12886491
{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:
+ rs = dbmd.getTables(null, "B", null, new String[]
{PhoenixDatabaseMetaData.SEQUENCE_TABLE_TYPE});
+ whereClause.append(SEQUENCE_SCHEMA + (schemaPattern.length()
== 0 ? " is null" : " like '" + StringUtil.escapeStringConstant(schemaPattern)
+ "'\n" ));
+ whereClause.append(SEQUENCE_NAME + " like '" +
StringUtil.escapeStringConstant(tableNamePattern) + "'\n" );
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.hbase.index.FailForUnsupportedHBaseVersionsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SysTableNamespaceMappedStatsCollectorIT
{color:red}-1 core zombie tests{color}. There are 5 zombie test(s):
at
org.apache.hadoop.hbase.mob.compactions.TestMobCompactor.testMajorCompactionFromAdmin(TestMobCompactor.java:543)
at
org.apache.hadoop.hbase.quotas.TestSpaceQuotasWithSnapshots.testTablesInheritSnapshotSize(TestSpaceQuotasWithSnapshots.java:127)
at
org.apache.hadoop.hbase.quotas.TestSpaceQuotas.testNoWritesWithAppend(TestSpaceQuotas.java:168)
at
org.apache.hadoop.hbase.quotas.TestQuotaObserverChoreWithMiniCluster.testGetAllTablesWithQuotas(TestQuotaObserverChoreWithMiniCluster.java:331)
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1422//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1422//console
This message is automatically generated.
> DatabaseMetaData.getTables throws exception when getting SEQUENCE information
> -----------------------------------------------------------------------------
>
> Key: PHOENIX-4182
> URL: https://issues.apache.org/jira/browse/PHOENIX-4182
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.11.0
> Environment: Hbase 1.2 environment
> Reporter: suraj misra
> Assignee: James Taylor
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4182.patch
>
>
> It is throwing exception only in case of using SEQUENCE. For TABLE, INDEX and
> SYSTEM_TABLES , It is working fine.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)