spark git commit: [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup'

2014-12-30 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.2 7a245412f - edc96d81d [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup' Used `Condition` to rewrite `ContextWaiter` because it provides a convenient API `awaitNanos` for timeout. Author:

spark git commit: [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup'

2014-12-30 Thread tdas
Repository: spark Updated Branches: refs/heads/master 0f31992c6 - 6a8978294 [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup' Used `Condition` to rewrite `ContextWaiter` because it provides a convenient API `awaitNanos` for timeout. Author: zsxwing

spark git commit: [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup'

2014-12-30 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 78157d494 - f47e162b9 [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup' Used `Condition` to rewrite `ContextWaiter` because it provides a convenient API `awaitNanos` for timeout. Author:

spark git commit: [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup'

2014-12-30 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.1 d6b8d2c03 - eac740e9a [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spurious wakeup' Used `Condition` to rewrite `ContextWaiter` because it provides a convenient API `awaitNanos` for timeout. Author: