Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7974B3707 for ; Wed, 4 May 2011 05:22:49 +0000 (UTC) Received: (qmail 88247 invoked by uid 500); 4 May 2011 05:22:48 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 88101 invoked by uid 500); 4 May 2011 05:22:47 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 88078 invoked by uid 99); 4 May 2011 05:22:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 05:22:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 05:22:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1F55CC04F1 for ; Wed, 4 May 2011 05:22:03 +0000 (UTC) Date: Wed, 4 May 2011 05:22:03 +0000 (UTC) From: "Owen O'Malley (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1233194207.20852.1304486523125.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <64692328.19459.1304449203116.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7258) Gzip codec should not return null decompressors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-7258: ---------------------------------- Attachment: fix.patch I messed up the previous patch by putting the annotation on the constructor rather than the class. I fix the definition of the annotation to only apply to types and put it in the right place. > Gzip codec should not return null decompressors > ----------------------------------------------- > > Key: HADOOP-7258 > URL: https://issues.apache.org/jira/browse/HADOOP-7258 > Project: Hadoop Common > Issue Type: Bug > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Fix For: 0.20.203.0 > > Attachments: fix.patch, gzip-decomp.patch > > > In HADOOP-6315, the gzip codec was changed to return a null codec with the intent to disallow pooling of the decompressors. Rather than break the interface, we can use an annotation to achieve the goal. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira