[GitHub] spark pull request #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-17 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18629#discussion_r127854607 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala --- @@ -172,7 +172,9 @@ private[state] cla

[GitHub] spark pull request #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18629 --- 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 #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-14 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18629#discussion_r127547169 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala --- @@ -172,7 +172,9 @@ private[state] cla

[GitHub] spark pull request #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-14 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18629#discussion_r127519438 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala --- @@ -172,7 +172,9 @@ private[state]

[GitHub] spark pull request #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-13 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18629#discussion_r127367136 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryStatusAndProgressSuite.scala --- @@ -33,16 +33,10 @@ import org.apache.spark.sq

[GitHub] spark pull request #18629: [SPARK-21409][SS] Expose state store memory usage...

2017-07-13 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/18629 [SPARK-21409][SS] Expose state store memory usage in SQL metrics and progress updates ## What changes were proposed in this pull request? Currently, there is no tracking of memory usage of st