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_r396408948
 
 

 ##########
 File path: 
common/network-common/src/main/java/org/apache/spark/network/server/TransportRequestHandler.java
 ##########
 @@ -67,6 +68,7 @@ public TransportRequestHandler(
       TransportClient reverseClient,
       RpcHandler rpcHandler,
       Long maxChunksBeingTransferred) {
+    super(reverseClient, rpcHandler.getStreamManager(), 
maxChunksBeingTransferred);
 
 Review comment:
   do we still need the `maxChunksBeingTransferred` variable in this class?

----------------------------------------------------------------
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