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

Hudson commented on PHOENIX-4076:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1914 (See 
[https://builds.apache.org/job/Phoenix-master/1914/])
PHOENIX-4076 Move master branch up to HBase 1.4.0. (Andrew Purtell and (larsh: 
rev 2d655cdc723c1d69ed9ff556438727e378ac1ed5)
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/controller/MetadataRpcController.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/DelegateRegionObserver.java
* (edit) phoenix-pig/pom.xml
* (edit) phoenix-spark/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/controller/InterRegionServerMetadataRpcControllerFactory.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/PhoenixMetaDataCoprocessorHost.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/DelegateRegionCoprocessorEnvironment.java
* (edit) pom.xml
* (edit) phoenix-core/pom.xml
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestWALRecoveryCaching.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/PhoenixAccessController.java
* (edit) phoenix-tracing-webapp/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/controller/InterRegionServerIndexRpcControllerFactory.java
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/iterate/SnapshotScanner.java
* (edit) phoenix-hive/pom.xml
* (edit) phoenix-flume/pom.xml
* (edit) phoenix-queryserver-client/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/controller/ClientRpcControllerFactory.java
* (edit) phoenix-kafka/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionTable.java
* (edit) phoenix-queryserver/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/execute/DelegateHTable.java
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/controller/IndexRpcController.java
* (edit) phoenix-assembly/pom.xml
* (edit) phoenix-server/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexStoreFileScanner.java
* (edit) phoenix-client/pom.xml
* (edit) phoenix-load-balancer/pom.xml
* (edit) phoenix-pherf/pom.xml


> Move master branch up to HBase 1.4.0
> ------------------------------------
>
>                 Key: PHOENIX-4076
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4076
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Lars Hofhansl
>            Priority: Major
>             Fix For: 4.14.0
>
>         Attachments: PHOENIX-4076-v2.patch, PHOENIX-4076.patch
>
>
> Move master branch up to HBase 1.4.0-SNAPSHOT. 
> There are some compilation problems. 
> Valid compatibility breaks are addressed and fixed by HBASE-18431. This 
> analysis is a compilation attempt of Phoenix master branch against 
> 1.4.0-SNAPSHOT artifacts including the HBASE-18431 changes. 
> HBASE-16584 removed PayloadCarryingRpcController, breaking compilation of 
> MetadataRpcController, InterRegionServerIndexRpcControllerFactory, 
> IndexRpcController, ClientRpcControllerFactory, and 
> InterRegionServerMetadataRpcControllerFactory. This class was annotated as 
> Private so was fair game to remove. It will be gone in HBase 1.4.x and up. 
> DelegateRegionObserver needs to implement added interface method 
> postCommitStoreFile.
> DelegateHTable, TephraTransactionTable, and OmidTransactionTable need to 
> implement added interface methods for getting and setting read and write 
> timeouts. 
> PhoenixRpcScheduler needs to implement added interface methods for getting 
> handler counts. 
> Store file readers/writers/scanners have been refactored and the local index 
> implementation, which implements or overrides parts of this refactored 
> hierarchy will have to also be refactored.
> DelegateRegionCoprocessorEnvironment needs to implement added method 
> getMetricRegistryForRegionServer
> Another issue with IndexRpcController: incompatible types: int cannot be 
> converted to org.apache.hadoop.hbase.TableName



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to