You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2022/06/16 07:34:20 UTC

[incubator-pegasus] 25/25: update postion

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 <js...@live.com>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org