[GitHub] spark pull request #16657: [SPARK-19306][Core] Fix inconsistent state in Dis...

2017-01-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16657 --- 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 #16657: [SPARK-19306][Core] Fix inconsistent state in Dis...

2017-01-21 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/16657#discussion_r97214376 --- Diff: core/src/main/scala/org/apache/spark/storage/DiskBlockObjectWriter.scala --- @@ -206,18 +209,22 @@ private[spark] class DiskBlockObjectWriter(

[GitHub] spark pull request #16657: [SPARK-19306][Core] Fix inconsistent state in Dis...

2017-01-20 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16657#discussion_r97158930 --- Diff: core/src/main/scala/org/apache/spark/storage/DiskBlockObjectWriter.scala --- @@ -206,18 +209,22 @@ private[spark] class DiskBlockObjectWriter(

[GitHub] spark pull request #16657: [SPARK-19306][Core] Fix inconsistent state in Dis...

2017-01-20 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/16657#discussion_r97056028 --- Diff: core/src/main/scala/org/apache/spark/storage/DiskBlockObjectWriter.scala --- @@ -206,18 +209,22 @@ private[spark] class DiskBlockObjectWriter(

[GitHub] spark pull request #16657: [SPARK-19306][Core] Fix inconsistent state in Dis...

2017-01-20 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/16657 [SPARK-19306][Core] Fix inconsistent state in DiskBlockObject when expection occurred ## What changes were proposed in this pull request? In `DiskBlockObjectWriter`, when some errors hap