mirror of
https://github.com/actiontech/dble.git
synced 2026-04-24 23:28:57 -05:00
@@ -142,7 +142,7 @@ public class MySQLDetector implements SQLQueryResultListener<SQLQueryResult<Map<
|
||||
}
|
||||
|
||||
private boolean checkRecoverFail(PhysicalDatasource source) {
|
||||
if (!heartbeat.isStop()) {
|
||||
if (heartbeat.isStop()) {
|
||||
return true;
|
||||
}
|
||||
if (heartbeat.getStatus() == MySQLHeartbeat.OK_STATUS) { // ok->ok
|
||||
|
||||
Reference in New Issue
Block a user