[GitHub] spark pull request #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/13473#discussion_r65649617 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala --- @@ -403,6 +403,17 @@ private[spark] class BlockManager( }

[GitHub] spark pull request #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/13473#discussion_r65648664 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala --- @@ -403,6 +403,17 @@ private[spark] class BlockManager( }

[GitHub] spark pull request #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/13473#discussion_r65648116 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala --- @@ -403,6 +403,17 @@ private[spark] class BlockManager( }

[GitHub] spark pull request #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/13473#discussion_r65648040 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManager.scala --- @@ -403,6 +403,17 @@ private[spark] class BlockManager( }

[GitHub] spark pull request #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13473 --- 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 #13473: [SPARK-15736][CORE] Gracefully handle loss of Dis...

2016-06-02 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/13473 [SPARK-15736][CORE] Gracefully handle loss of DiskStore files If an RDD partition is cached on disk and the DiskStore file is lost, then reads of that cached partition will fail and the missing