cloud-fan commented on a change in pull request #27665: [SPARK-30623][Core] 
Spark external shuffle allow disable of separate event loop group
URL: https://github.com/apache/spark/pull/27665#discussion_r396406845
 
 

 ##########
 File path: 
common/network-common/src/main/java/org/apache/spark/network/server/TransportChannelHandler.java
 ##########
 @@ -58,19 +58,22 @@
   private final TransportRequestHandler requestHandler;
   private final long requestTimeoutNs;
   private final boolean closeIdleConnections;
+  private final boolean separateChunkFetchRequest;
 
 Review comment:
   maybe a more explicit name: `skipChunkFetchRequest`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to