[
https://issues.apache.org/jira/browse/HADOOP-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039074#comment-13039074
]
Hudson commented on HADOOP-7258:
--------------------------------
Integrated in Hadoop-Common-trunk #699 (See
[https://builds.apache.org/hudson/job/Hadoop-Common-trunk/699/])
HADOOP-7258. The Gzip codec should not return null decompressors. (omalley)
omalley :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1127215
Files :
* /hadoop/common/trunk/CHANGES.txt
* /hadoop/common/trunk/src/java/org/apache/hadoop/io/compress/DoNotPool.java
* /hadoop/common/trunk/src/java/org/apache/hadoop/io/compress/CodecPool.java
*
/hadoop/common/trunk/src/test/core/org/apache/hadoop/io/compress/TestCodec.java
*
/hadoop/common/trunk/src/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipDecompressor.java
> 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, 0.23.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