|
@@ -101,7 +101,8 @@ public class MysqlConnector {
|
|
MysqlUpdateExecutor executor = new MysqlUpdateExecutor(connector);
|
|
MysqlUpdateExecutor executor = new MysqlUpdateExecutor(connector);
|
|
executor.update("KILL CONNECTION " + connectionId);
|
|
executor.update("KILL CONNECTION " + connectionId);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- throw new IOException("KILL DUMP " + connectionId + " failure", e);
|
|
|
|
|
|
+ // 忽略具体异常
|
|
|
|
+ logger.info("KILL DUMP " + connectionId + " failure", e);
|
|
} finally {
|
|
} finally {
|
|
if (connector != null) {
|
|
if (connector != null) {
|
|
connector.disconnect();
|
|
connector.disconnect();
|