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

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/12975289/PHOENIX-4893.patch
  against master branch at commit 93b58e14478e58822b05af4fc4a0afb15ad5fcb2.
  ATTACHMENT ID: 12975289

    {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:
    +        
ViewUtil.findAllRelatives(getUtility().getConnection().getTable(linkTable), 
HConstants.EMPTY_BYTE_ARRAY,
+            
.findAllRelatives(getUtility().getConnection().getTable(catalogTable), 
HConstants.EMPTY_BYTE_ARRAY, childMostView.getSchemaName().getBytes(),
+                            // we need to take into account the columns 
inherited from the base table
+                            
PColumnImpl.createExcludedColumn(MetaDataEndpointImpl.newPName(familyName),
+    MetaDataProtocol.MetaDataMutationResult validateWithChildViews(PTable 
table, List<PTable> childViews,
+                                                                   byte[] 
schemaName, byte[] tableName)
+    MetaDataProtocol.MetaDataMutationResult validateAndAddMetadata(PTable 
table, byte[][] rowKeyMetaData,
+                                                                   
List<Mutation> tableMetadata, Region region,
+                                                                   
List<ImmutableBytesPtr> invalidateList,
+                                                                   long 
clientTimeStamp, ExtendedCellBuilder extendedCellBuilder)

     {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/2819//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2819//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, 
> PHOENIX-4893-4.x-HBase-1.3-v6.patch, PHOENIX-4893.patch
>
>          Time Spent: 2h 50m
>  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