[GitHub] spark pull request #19168: [SPARK-21956][CORE] Fetch up to max bytes when bu...

2017-09-27 Thread caneGuy
Github user caneGuy closed the pull request at: https://github.com/apache/spark/pull/19168 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19168: [SPARK-21956][CORE] Fetch up to max bytes when bu...

2017-09-26 Thread caneGuy
Github user caneGuy commented on a diff in the pull request: https://github.com/apache/spark/pull/19168#discussion_r141228856 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -439,6 +443,8 @@ final class ShuffleBlockFetcherIterator(

[GitHub] spark pull request #19168: [SPARK-21956][CORE] Fetch up to max bytes when bu...

2017-09-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19168#discussion_r141060766 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -439,6 +443,8 @@ final class

[GitHub] spark pull request #19168: [SPARK-21956][CORE] Fetch up to max bytes when bu...

2017-09-08 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19168#discussion_r137780881 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -157,7 +157,14 @@ final class ShuffleBlockFetcherIterator(

[GitHub] spark pull request #19168: [SPARK-21956][CORE] Fetch up to max bytes when bu...

2017-09-08 Thread caneGuy
GitHub user caneGuy opened a pull request: https://github.com/apache/spark/pull/19168 [SPARK-21956][CORE] Fetch up to max bytes when buf really been released ## What changes were proposed in this pull request? Right now,ShuffleBlockFetcherIterator will decrease