status presents with '# throttle-control-replicas count:'
This commit is contained in:
parent
8219209c8d
commit
be1ab175c7
@ -761,6 +761,12 @@ func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
|
|||||||
throttleQuery,
|
throttleQuery,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
if throttleControlReplicaKeys := this.migrationContext.GetThrottleControlReplicaKeys(); throttleControlReplicaKeys.Len() > 0 {
|
||||||
|
fmt.Fprintln(w, fmt.Sprintf("# throttle-control-replicas count: %+v",
|
||||||
|
throttleControlReplicaKeys.Len(),
|
||||||
|
))
|
||||||
|
}
|
||||||
|
|
||||||
if this.migrationContext.PostponeCutOverFlagFile != "" {
|
if this.migrationContext.PostponeCutOverFlagFile != "" {
|
||||||
setIndicator := ""
|
setIndicator := ""
|
||||||
if base.FileExists(this.migrationContext.PostponeCutOverFlagFile) {
|
if base.FileExists(this.migrationContext.PostponeCutOverFlagFile) {
|
||||||
|
Loading…
Reference in New Issue
Block a user