You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "liusheng (Jira)" <ji...@apache.org> on 2020/09/16 01:26:00 UTC

[jira] [Created] (MAPREDUCE-7296) Use Z_SYNC_FLUSH flush method instead Z_PARTIAL_FLUSH in ZlibDecompressor

liusheng created MAPREDUCE-7296:
-----------------------------------

             Summary: Use Z_SYNC_FLUSH flush method instead Z_PARTIAL_FLUSH in ZlibDecompressor
                 Key: MAPREDUCE-7296
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7296
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: liusheng


As the Zlib flush method "Z_PARTIAL_FLUSH" has been deprecated and recommended to use "Z_SYNC_FLUSH" insteaded. see:

[http://www.zlib.org/manual.html]

https://www.bolet.org/~pornin/deflate-flush.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org