-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
featureNew featureNew featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Feature Description (功能描述)
Now, if MessageRecvManager
or DataClientManager
received the network module exception and doesn't deal with it, this will cause the computer job stuck, we can check the exception and notice the main thread shutdown node.
Lines 120 to 128 in a63cec1
@Override | |
public void exceptionCaught(TransportException cause, | |
ConnectionId connectionId) { | |
// TODO: implement failover | |
LOG.error("Channel for connectionId {} occurred exception", | |
connectionId, cause); | |
DataClientManager.this.connManager.closeClient(connectionId); | |
} | |
} |
Lines 140 to 146 in a63cec1
@Override | |
public void exceptionCaught(TransportException cause, | |
ConnectionId connectionId) { | |
// TODO: implement failover | |
LOG.warn("Exception caught for connection:{}, root cause:", | |
connectionId, cause); | |
} |
Metadata
Metadata
Assignees
Labels
featureNew featureNew featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
✅ Done