Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-beta1
-
None
Description
Recently, we found native EC coder crashes JVM because NativeRSDecoder#release() being called multiple times (HDFS-12612 and HDFS-12606).
We should strength the implement the native code to make release() idempotent as well.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-12606 When using native decoder, DFSStripedStream#close crashes JVM after being called multiple times.
- Resolved
-
HDFS-12612 DFSStripedOutputStream#close will throw if called a second time with a failed streamer
- Resolved