[GitHub] spark pull request #14933: [SPARK-16533][CORE] - backport driver deadlock fi...

2016-09-07 Thread angolon
Github user angolon closed the pull request at: https://github.com/apache/spark/pull/14933 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #14933: [SPARK-16533][CORE] - backport driver deadlock fix to 2....

2016-09-07 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14933 Done. Thanks again @vanzin :smile: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark pull request #14933: [SPARK-16533][CORE] - backport driver deadlock fi...

2016-09-01 Thread angolon
GitHub user angolon opened a pull request: https://github.com/apache/spark/pull/14933 [SPARK-16533][CORE] - backport driver deadlock fix to 2.0 ## What changes were proposed in this pull request? Backport changes from #14710 and #14925 to 2.0 You can merge this pull request

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-31 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-31 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 ...*sigh* --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-30 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 Thanks @vanzin. I'm on mobile at the moment - I'll take care of your nit when I get back to my desk in a couple of hours. --- If your project is set up for it, you can reply to this emai

[GitHub] spark pull request #14710: [SPARK-16533][CORE] resolve deadlocking in driver...

2016-08-30 Thread angolon
Github user angolon commented on a diff in the pull request: https://github.com/apache/spark/pull/14710#discussion_r76899230 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala --- @@ -532,39 +547,53 @@ class

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-25 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 Thanks for the feedback, @vanzin - all good points. I'll fix them up. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pr

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-24 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 Hrmm... SparkContextSuite passes all tests for me locally. Any idea what might be happening here? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #14710: [SPARK-16533][CORE] resolve deadlocking in driver when e...

2016-08-18 Thread angolon
Github user angolon commented on the issue: https://github.com/apache/spark/pull/14710 Done, sorry! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] spark pull request #14710: [SPARK-16533][CORE]

2016-08-18 Thread angolon
GitHub user angolon opened a pull request: https://github.com/apache/spark/pull/14710 [SPARK-16533][CORE] ## What changes were proposed in this pull request? This pull request reverts the changes made as a part of #14605, which simply side-steps the deadlock issue. Instead, I