Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AFAF187E0 for ; Sat, 23 Apr 2016 00:53:13 +0000 (UTC) Received: (qmail 68826 invoked by uid 500); 23 Apr 2016 00:53:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68778 invoked by uid 500); 23 Apr 2016 00:53:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 68763 invoked by uid 99); 23 Apr 2016 00:53:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2016 00:53:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D9A8F2C1F61 for ; Sat, 23 Apr 2016 00:53:12 +0000 (UTC) Date: Sat, 23 Apr 2016 00:53:12 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15670) Add missing Snapshot.proto to the maven profile for compiling protobuf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254981#comment-15254981 ] Hudson commented on HBASE-15670: -------------------------------- SUCCESS: Integrated in HBase-1.1-JDK7 #1703 (See [https://builds.apache.org/job/HBase-1.1-JDK7/1703/]) HBASE-15670 Add missing Snapshot.proto to the maven profile for (enis: rev 8bf4fe4737efbc3f7873907dcae21fe0ce92f7ac) * hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestBatchCoprocessorEndpoint.java * hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithErrorsProtos.java * hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointWithErrors.java * hbase-server/src/test/protobuf/ColumnAggregationWithErrorsProtocol.proto * hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/ColumnAggregationEndpointNullResponse.java * hbase-server/pom.xml * hbase-protocol/pom.xml * hbase-server/src/test/protobuf/ColumnAggregationNullResponseProtocol.proto * hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/protobuf/generated/ColumnAggregationWithNullResponseProtos.java > 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)