spark git commit: [SPARK-11655][CORE] Fix deadlock in handling of launcher stop().

2015-11-12 Thread vanzin
Repository: spark Updated Branches: refs/heads/master d292f7483 -> 767d288b6 [SPARK-11655][CORE] Fix deadlock in handling of launcher stop(). The stop() callback was trying to close the launcher connection in the same thread that handles connection data, which ended up causing a deadlock. So

spark git commit: [SPARK-11655][CORE] Fix deadlock in handling of launcher stop().

2015-11-12 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-1.6 6853ba6bf -> f5c66d163 [SPARK-11655][CORE] Fix deadlock in handling of launcher stop(). The stop() callback was trying to close the launcher connection in the same thread that handles connection data, which ended up causing a deadlock.