Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22460#discussion_r219011355
--- Diff:
common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java
---
@@ -211,6 +211,10 @@ public void handle(ResponseMessage message) throws
Exception {
Pair<String, StreamCallback> entry = streamCallbacks.poll();
if (entry != null) {
StreamCallback callback = entry.getValue();
+ if (entry.getKey() != resp.streamId) {
--- End diff --
This is Java, it's not doing what you think it's doing.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]