[
https://issues.apache.org/jira/browse/HBASE-22323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830020#comment-16830020
]
Hudson commented on HBASE-22323:
--------------------------------
Results for branch master
[build #971 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/971/]: (x)
*{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/master/971//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/971//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/master/971//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Thrift generation broken
> ------------------------
>
> Key: HBASE-22323
> URL: https://issues.apache.org/jira/browse/HBASE-22323
> Project: HBase
> Issue Type: Bug
> Components: Thrift
> Affects Versions: 3.0.0
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Major
> Fix For: 3.0.0
>
>
> HBASE-22232 made changes to the Thrift definition switching {{TCompareOp}} to
> {{TCompareOperator}}. This change led to the following errors:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project hbase-thrift: Compilation failure: Compilation
> failure:
> [ERROR]
> /home//hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/client/ThriftTable.java:[419,73]
> incompatible types: org.apache.hadoop.hbase.thrift2.generated.TCompareOp
> cannot be converted to
> org.apache.hadoop.hbase.thrift2.generated.TCompareOperator
> [ERROR]
> /home/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java:[99,8]
> org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler is not abstract
> and does not override abstract method
> checkAndMutate(java.nio.ByteBuffer,java.nio.ByteBuffer,java.nio.ByteBuffer,java.nio.ByteBuffer,org.apache.hadoop.hbase.thrift2.generated.TCompareOperator,java.nio.ByteBuffer,org.apache.hadoop.hbase.thrift2.generated.TRowMutations)
> in org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface
> [ERROR]
> /home/hbase/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java:[341,3]
> method does not override or implement a method from a supertype
> {code}
> This errors need to be resolved.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)