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

Hudson commented on PHOENIX-4893:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.4 #227 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.4/227/])
PHOENIX-4893 Move parent column combining logic of view and view indexes 
(tdsilva: rev 47d8c9cfc0586c075b4ba7e46019fe5ec0d6664e)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServices.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/DropColumnMutator.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/DelegateConnectionQueryServices.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/SchemaUtil.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/util/ViewUtil.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDDLIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
* (delete) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ViewFinder.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/MetaDataProtos.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/DropChildViewsTask.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/AddColumnMutator.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/MetaDataUtil.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/util/TableViewFinderResult.java
* (edit) phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
* (edit) phoenix-protocol/src/main/PTable.proto
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/PTableProtos.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/MetaDataEndpointImplIT.java
* (delete) 
phoenix-core/src/main/java/org/apache/phoenix/schema/ParentTableNotFoundException.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataSplitPolicy.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/compile/ViewCompilerTest.java
* (edit) phoenix-protocol/src/main/MetaDataService.proto
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropColumnIT.java
* (delete) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/TableViewFinderResult.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/rpc/UpdateCacheIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableIT.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ColumnMutator.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/AppendOnlySchemaIT.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/InvalidIndexStateClientSideIT.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/DropTableWithViewsIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/WhereConstantParser.java


> 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