mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 04:40:17 -06:00
fix Infinite recursion inner 2005 (#3498)
This commit is contained in:
@@ -101,6 +101,7 @@ public class KillConnectionHandler implements ResponseHandler {
|
||||
@Override
|
||||
public void connectionClose(@NotNull AbstractService service, String reason) {
|
||||
AlertUtil.alertSelf(AlarmCode.KILL_BACKEND_CONN_FAIL, Alert.AlertLevel.NOTICE, "get killer connection " + service.toString() + " failed: connectionClosed", null);
|
||||
toKilled.getBackendService().setResponseHandler(null);
|
||||
toKilled.close("exception:" + reason);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user