Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Aug 11, 2023
1 parent eeffab2 commit 4540f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/probe/internal/highavailability/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (ha *Ha) Start() {
}
ha.logger.Debugf("cluster: %v", cluster)

ha.EnsurePreDeleteHook()
// ha.EnsurePreDeleteHook()
isInitialized, err := ha.dbManager.IsClusterInitialized(context.TODO(), cluster)
for err != nil || !isInitialized {
ha.logger.Infof("Waiting for the database cluster to be initialized.")
Expand Down

0 comments on commit 4540f5f

Please sign in to comment.