提交 00d200a2 编写于 作者: S Serge Rider

Tunnel invalidate fix


Former-commit-id: bebe87ee
上级 abe115c9
......@@ -126,7 +126,12 @@ public class SSHTunnelImpl implements DBWTunnel {
try {
implementation.invalidateTunnel(monitor1);
} catch (Exception e) {
log.debug("Error invalidating SSH tunnel", e);
log.debug("Error invalidating SSH tunnel. Closing.", e);
try {
closeTunnel(monitor);
} catch (Exception e1) {
log.error("Error closing broken tunnel", e1);
}
}
},
"Ping SSH tunnel " + dataSource.getContainer().getName(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册