Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
Description
There are some race conditions in StandaloneDynamicAllocationSuite.
1. It should not assume master and workers start in order.
2. It should not assume master and workers get ready at once
3. It should not assume the application is already registered with master after creating SparkContext.
4. It should not access Master.app which is not thread safe.
Attachments
Issue Links
- is duplicated by
-
SPARK-10800 Flaky test: org.apache.spark.deploy.StandaloneDynamicAllocationSuite
- Resolved
- links to