This is an automated email from the ASF dual-hosted git repository. jiashuo pushed a commit to branch add-table-migrator in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
commit 8ff78088cd4da6fcac400c4c34098ec0ab63086e Author: jiashuo <[email protected]> AuthorDate: Thu Jun 16 14:57:17 2022 +0800 update postion --- admin-cli/executor/toolkits/tablemigrator/migrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-cli/executor/toolkits/tablemigrator/migrator.go b/admin-cli/executor/toolkits/tablemigrator/migrator.go index 686f5230..1721834f 100644 --- a/admin-cli/executor/toolkits/tablemigrator/migrator.go +++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go @@ -115,7 +115,7 @@ func checkUnConfirmedDecree(perfSessions map[string]*aggregate.PerfSession) erro func checkDuplicatingQPS(perfSessions map[string]*aggregate.PerfSession, tableID int32) error { completed := false - counter := fmt.Sprintf("duplicate_qps@%d", tableID) + counter := fmt.Sprintf("dup_shipped_ops@%d", tableID) for !completed { completed = true time.Sleep(10 * time.Second) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
