Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This random issue has been handled in trunk, same needs to be backported to active branches.
org.apache.hadoop.crypto.CryptoInputStream.close() - when 2 threads try to close the stream second thread, fails with error.
This operation should be synchronized to avoid multiple threads to perform the close operation concurrently.
Attachments
Issue Links
- relates to
-
HADOOP-17588 CryptoInputStream#close() should be synchronized
- Resolved
- links to