[
https://issues.apache.org/jira/browse/HBASE-15670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262562#comment-15262562
]
Hudson commented on HBASE-15670:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1209 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1209/])
HBASE-15670 Add missing Snapshot.proto to the maven profile for (apurtell: rev
df5ba75c6f37113094a914d7646e0ee0efb7992e)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithErrorsProtos.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestBatchCoprocessorEndpoint.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithNullResponseProtos.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointNullResponse.java
* hbase-server/src/test/protobuf/ColumnAggregationNullResponseProtocol.proto
*
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointWithErrors.java
* hbase-server/src/test/protobuf/ColumnAggregationWithErrorsProtocol.proto
* hbase-server/pom.xml
* hbase-protocol/pom.xml
> Add missing Snapshot.proto to the maven profile for compiling protobuf
> ----------------------------------------------------------------------
>
> Key: HBASE-15670
> URL: https://issues.apache.org/jira/browse/HBASE-15670
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2
>
> Attachments: hbase-15670_v1.patch, hbase-15670_v2.patch,
> hbase-15670_v2.patch, hbase-15670_v2.patch
>
>
> We had to debug an issue that resulted in mis-generated protobuf code in
> backported patches. It turns out that Snapshot.proto is not in
> hbase-protocol/pom.xml which results in the corresponding java code to be
> skipped when you do:
> {code}
> mvn compile -Pcompile-protobuf
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)