Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-6059][Yarn] Add volatile to ApplicationMaster's reporterThread…
… and allocator `ApplicationMaster.reporterThread` and `ApplicationMaster.allocator` are accessed in multiple threads, so they should be marked as `volatile`. Author: zsxwing <[email protected]> Closes apache#4814 from zsxwing/SPARK-6059 and squashes the following commits: 17d9386 [zsxwing] Add volatile to ApplicationMaster's reporterThread and allocator
- Loading branch information