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