dongjoon-hyun commented on code in PR #41071:
URL: https://github.com/apache/spark/pull/41071#discussion_r1186768885
##########
common/network-common/src/test/java/org/apache/spark/network/RequestTimeoutIntegrationSuite.java:
##########
@@ -110,7 +110,7 @@ public StreamManager getStreamManager() {
}
};
- context = new TransportContext(conf, handler);
+ context = new TransportContext(conf, handler, true);
Review Comment:
Could you keep this comment `open` for a while?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]