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 6954e5e5be7b35e637c25bc04ef2e8709fcaade2 Author: jiashuo <[email protected]> AuthorDate: Thu Jun 16 15:33:34 2022 +0800 update postion --- admin-cli/executor/toolkits/tablemigrator/migrator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-cli/executor/toolkits/tablemigrator/migrator.go b/admin-cli/executor/toolkits/tablemigrator/migrator.go index aa40eaaf..40e4eed8 100644 --- a/admin-cli/executor/toolkits/tablemigrator/migrator.go +++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go @@ -130,7 +130,7 @@ func checkDuplicatingQPS(perfSessions map[string]*aggregate.PerfSession, tableID } } } - toolkits.LogInfo("all the node has stop duplicate the pending wal and wait 60s to switch cluster") - time.Sleep(60 * time.Second) + toolkits.LogInfo("all the node has stop duplicate the pending wal and wait 30s to switch cluster") + time.Sleep(30 * time.Second) return nil } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
