[GitHub] spark pull request #18472: [SPARK-21253][Core]Fix a bug that StreamCallback ...

2017-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18472 --- 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 #18472: [SPARK-21253][Core]Fix a bug that StreamCallback ...

2017-06-29 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18472#discussion_r124955416 --- Diff: common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java --- @@ -104,15 +106,31 @@ public void

[GitHub] spark pull request #18472: [SPARK-21253][Core]Fix a bug that StreamCallback ...

2017-06-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18472#discussion_r124954827 --- Diff: common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java --- @@ -104,15 +106,31 @@ public void

[GitHub] spark pull request #18472: [SPARK-21253][Core]Fix a bug that StreamCallback ...

2017-06-29 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18472#discussion_r124954118 --- Diff: common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java --- @@ -104,15 +106,31 @@ public void

[GitHub] spark pull request #18472: [SPARK-21253][Core]Fix a bug that StreamCallback ...

2017-06-29 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/18472 [SPARK-21253][Core]Fix a bug that StreamCallback may not be notified if network errors happen ## What changes were proposed in this pull request? If a network error happens before