You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/12 08:11:44 UTC

[13/50] git commit: Merge pull request #232 from markhamstra/FiniteWait

Merge pull request #232 from markhamstra/FiniteWait

jobWaiter.synchronized before jobWaiter.wait

...else ``IllegalMonitorStateException`` in ``SimpleFutureAction#ready``.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/07804987
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/07804987
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/07804987

Branch: refs/heads/scala-2.10
Commit: 078049877e123fe7e4c4553e36055de572cab7c4
Parents: 5d46025 ee888f6
Author: Reynold Xin <rx...@apache.org>
Authored: Thu Dec 5 23:29:42 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Thu Dec 5 23:29:42 2013 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/FutureAction.scala   |  2 +-
 .../org/apache/spark/scheduler/JobWaiter.scala  |  1 +
 .../apache/spark/rdd/AsyncRDDActionsSuite.scala | 26 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 1 deletion(-)
----------------------------------------------------------------------