[ 
https://issues.apache.org/jira/browse/PHOENIX-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885614#comment-16885614
 ] 

Hadoop QA commented on PHOENIX-4893:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12974759/PHOENIX-4893-4.x-HBase-1.3-v5.patch
  against 4.x-HBase-1.3 branch at commit 
8c82572fd08d9208aff10c1e666cbdf34e492410.
  ATTACHMENT ID: 12974759

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 6 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:
    +            
conn.unwrap(PhoenixConnection.class).getQueryServices().getTableDescriptor(localIndexTablePhysicalName);
+            HTable table = (HTable) 
conn.unwrap(PhoenixConnection.class).getQueryServices().getTable(localIndexTablePhysicalName);
+     * Validates that we can add the column to the base table by ensuring that 
if the same column already
+    public MetaDataProtocol.MetaDataMutationResult 
validateWithChildViews(PTable table, List<PTable> childViews,
+                                                                          
List<Mutation> tableMetadata,
+                                                                          
byte[] schemaName, byte[] tableName)
+        if (!childViews.isEmpty() && switchAttribute(table.isMultiTenant(), 
tableMetadata, MULTI_TENANT_BYTES)) {
+            return new 
MetaDataProtocol.MetaDataMutationResult(MetaDataProtocol.MutationCode.UNALLOWED_TABLE_MUTATION,
+                        return new 
MetaDataProtocol.MetaDataMutationResult(MetaDataProtocol.MutationCode.UNALLOWED_TABLE_MUTATION,
+                        return new 
MetaDataProtocol.MetaDataMutationResult(MetaDataProtocol.MutationCode.UNALLOWED_TABLE_MUTATION,

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2790//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2790//console

This message is automatically generated.

> Move parent column combining logic of view and view indexes from server to 
> client
> ---------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4893
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4893
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Lars Hofhansl
>            Assignee: Thomas D'Silva
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: PHOENIX-4893-4.x-HBase-1.3-v1.patch, 
> PHOENIX-4893-4.x-HBase-1.3-v2.patch, PHOENIX-4893-4.x-HBase-1.3-v3.patch, 
> PHOENIX-4893-4.x-HBase-1.3-v4.patch, PHOENIX-4893-4.x-HBase-1.3-v5.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In a stack trace I see that phoenix.coprocessor.ViewFinder.findRelatedViews() 
> scans SYSCAT. With splittable SYSCAT which now involves regions from other 
> servers.
> We should really push this to the client now.
> Related to HBASE-21166
> [~tdsilva]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to