You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "Radeity (via GitHub)" <gi...@apache.org> on 2023/05/21 15:11:00 UTC

[GitHub] [incubator-hugegraph-computer] Radeity commented on a diff in pull request #243: feat: implement `MessageRecvManager` and `DataClientManager` for fast-fail

Radeity commented on code in PR #243:
URL: https://github.com/apache/incubator-hugegraph-computer/pull/243#discussion_r1199783554


##########
computer-core/src/main/java/org/apache/hugegraph/computer/core/sender/MessageSendManager.java:
##########
@@ -202,7 +202,7 @@ private Future<?> sortThenSend(int partitionId, MessageType type,
                                                       sortedBuffer);
             try {
                 this.sender.send(workerId, message);
-            } catch (InterruptedException e) {
+            } catch (Exception e) {

Review Comment:
   Thanks for your comment, I will modify it to a more generous description.



-- 
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: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org