Skip to content

Commit

Permalink
cluster: update error message of tiflash not ready (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis authored Nov 12, 2021
1 parent 01843be commit d19721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/spec/tiflash.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ func (i *TiFlashInstance) Ready(ctx context.Context, e ctxt.Executor, timeout ui
return nil
}

err = fmt.Errorf("tiflash store status '%s' not ready", string(body))
err = fmt.Errorf("tiflash store status is '%s', not fully running yet", string(body))
queryErr = err
return err
}, retryOpt); err != nil {
Expand Down

0 comments on commit d19721b

Please sign in to comment.