Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
-
Reviewed
Description
Bzip2Factory.isNativeBzip2Loaded is not protected from multiple threads calling it simultaneously. A thread can return false from this method despite logging the fact that was going to return true due to manipulations of the static boolean from another thread calling the same method.
Attachments
Attachments
Issue Links
- relates to
-
TEZ-3104 Tez fails on Bzip2 intermediate output format on hadoop 2.7.1 and earlier
- Closed