[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17625 --- 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 pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-13 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111422141 --- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala --- @@ -432,6 +439,25 @@ class JsonProtocolSuite extends SparkFunSuite {

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-13 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111420946 --- Diff: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala --- @@ -432,6 +439,25 @@ class JsonProtocolSuite extends SparkFunSuite {

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-12 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111274638 --- Diff: core/src/main/scala/org/apache/spark/network/netty/NettyBlockTransferService.scala --- @@ -22,8 +22,12 @@ import java.nio.ByteBuffer import

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-12 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111275191 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -259,6 +290,46 @@ private[spark] class EventLoggingListener(

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-12 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111275150 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -259,6 +290,46 @@ private[spark] class EventLoggingListener(

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-12 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/17625#discussion_r111274944 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -87,6 +88,10 @@ private[spark] class EventLoggingListener(

[GitHub] spark pull request #17625: [SPARK-9103][WIP] Add Memory Tracking UI and trac...

2017-04-12 Thread jsoltren
GitHub user jsoltren opened a pull request: https://github.com/apache/spark/pull/17625 [SPARK-9103][WIP] Add Memory Tracking UI and track Netty memory usage This patch resurrects https://github.com/apache/spark/pull/7753 by liyezhang556520. ## What changes were proposed in