[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-26 Thread zsxwing
Github user zsxwing closed the pull request at: https://github.com/apache/spark/pull/15226 --- 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 en

[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15226#discussion_r80535086 --- Diff: core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala --- @@ -117,6 +124,24 @@ private[spark] abstract class AsynchronousListenerBu

[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-25 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/15226#discussion_r80395860 --- Diff: core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala --- @@ -117,6 +124,24 @@ private[spark] abstract class AsynchronousListene

[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-23 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/15226#discussion_r80350179 --- Diff: core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala --- @@ -117,6 +124,24 @@ private[spark] abstract class AsynchronousLis

[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-23 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15226#discussion_r80347195 --- Diff: core/src/main/scala/org/apache/spark/util/AsynchronousListenerBus.scala --- @@ -117,6 +124,24 @@ private[spark] abstract class AsynchronousListenerBu

[GitHub] spark pull request #15226: [SPARK-17649][CORE] Log how many Spark events got...

2016-09-23 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/15226 [SPARK-17649][CORE] Log how many Spark events got dropped in AsynchronousListenerBus ## What changes were proposed in this pull request? Backport #15220 to 1.6. ## How was this pa