[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16601 --- 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 ena

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-17 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96550717 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala --- @@ -31,12 +31,15 @@ final private[streaming] class DStreamGraph extends

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-17 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96550577 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala --- @@ -31,12 +31,15 @@ final private[streaming] class DStreamGraph extends

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-17 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96550938 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala --- @@ -197,17 +197,17 @@ private[spark] class Streamin

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-17 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96550866 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala --- @@ -106,9 +111,9 @@ final private[streaming] class DStreamGraph extends

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-16 Thread uncleGen
Github user uncleGen commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96358523 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala --- @@ -112,12 +112,10 @@ final private[streaming] class DStreamGraph exten

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-16 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16601#discussion_r96354491 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/DStreamGraph.scala --- @@ -112,12 +112,10 @@ final private[streaming] class DStreamGraph extend

[GitHub] spark pull request #16601: [SPARK-19182][DStream] Optimize the lock in Strea...

2017-01-16 Thread uncleGen
GitHub user uncleGen opened a pull request: https://github.com/apache/spark/pull/16601 [SPARK-19182][DStream] Optimize the lock in StreamingJobProgressListener to not block UI when generating Streaming jobs ## What changes were proposed in this pull request? When DStreamGra