[ 
https://issues.apache.org/jira/browse/HADOOP-15820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Lowe updated HADOOP-15820:
--------------------------------
    Status: Patch Available  (was: Open)

Attaching a patch that changes the setting from a long field to an int field.  
Oddly this was done correctly in the 
Java_org_apache_hadoop_io_compress_zstd_ZStandardDecompressor_inflateBytesDirect
 function but was wrong in the init function.


> ZStandardDecompressor native code sets an integer field as a long
> -----------------------------------------------------------------
>
>                 Key: HADOOP-15820
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15820
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha2, 2.9.0
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>            Priority: Major
>         Attachments: HADOOP-15820.001.patch
>
>
> Java_org_apache_hadoop_io_compress_zstd_ZStandardDecompressor_init in 
> ZStandardDecompressor.c sets the {{remaining}} field as a long when it 
> actually is an integer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to