Skip to content

Commit

Permalink
fix Initialization status shows error (#3572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylinzhu authored Dec 27, 2022
1 parent 8fa8ff8 commit c68c60b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public DelayDetection(PhysicalDbInstance source) {
delayThreshold = dbGroupConfig.getDelayThreshold();
delayPeriodMillis = dbGroupConfig.getDelayPeriodMillis();
delayDetectionStatus = DelayDetectionStatus.INIT;
source.setDelayDetectionStatus(delayDetectionStatus);
delayDetectionTask = new DelayDetectionTask(this);
synSql();
}
Expand Down

0 comments on commit c68c60b

Please sign in to comment.