SteNicholas commented on code in PR #3149:
URL: https://github.com/apache/celeborn/pull/3149#discussion_r1998100198


##########
client/src/main/java/org/apache/celeborn/client/ShuffleClient.java:
##########
@@ -63,7 +70,16 @@ public static void reset() {
     hadoopFs = null;
   }
 
-  protected ShuffleClient() {}
+  protected ShuffleClient() {
+    transportMessagesRunner =
+        
ThreadUtils.newDaemonSingleThreadExecutor("client-transport-messages-runner");
+    runTransportMessagesStaticBlockerTask =
+        transportMessagesRunner.submit(

Review Comment:
   @RexXiong, each process has only one shuffle client, therefore it's 
necessary to register extension for each shuffle client.



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

Reply via email to