Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7813519722 for ; Mon, 18 Apr 2016 18:03:27 +0000 (UTC) Received: (qmail 24735 invoked by uid 500); 18 Apr 2016 18:03:26 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 24527 invoked by uid 500); 18 Apr 2016 18:03:26 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 24163 invoked by uid 99); 18 Apr 2016 18:03:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 18:03:26 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DF9622C1F76 for ; Mon, 18 Apr 2016 18:03:25 +0000 (UTC) Date: Mon, 18 Apr 2016 18:03:25 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Enis Soztutar created HBASE-15670: ------------------------------------- Summary: 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 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)