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 F198A17D11 for ; Sat, 8 Nov 2014 00:19:37 +0000 (UTC) Received: (qmail 31140 invoked by uid 500); 8 Nov 2014 00:19:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 31103 invoked by uid 500); 8 Nov 2014 00:19:37 -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 31092 invoked by uid 99); 8 Nov 2014 00:19:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2014 00:19:37 +0000 Date: Sat, 8 Nov 2014 00:19:37 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12279) Generated thrift files were generated with the wrong parameters 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-12279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12279: ----------------------------------- Assignee: Niels Basjes > Generated thrift files were generated with the wrong parameters > --------------------------------------------------------------- > > Key: HBASE-12279 > URL: https://issues.apache.org/jira/browse/HBASE-12279 > Project: HBase > Issue Type: Bug > Affects Versions: 0.94.0, 0.98.0, 0.99.0 > Reporter: Niels Basjes > Assignee: Niels Basjes > Fix For: 2.0.0, 0.98.8, 0.94.26, 0.99.2 > > Attachments: HBASE-12279-2014-10-16-v1.patch, HBASE-12279-2014-11-07-v2.patch > > > It turns out that the java code generated from the thrift files have been generated with the wrong settings. > Instead of the documented ([thrift|http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/thrift/package-summary.html], [thrift2|http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/thrift2/package-summary.html]) > {code} > thrift -strict --gen java:hashcode > {code} > the current files seem to be generated instead with > {code} > thrift -strict --gen java > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)