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:15 UTC

[incubator-pegasus] 20/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 8ff78088cd4da6fcac400c4c34098ec0ab63086e
Author: jiashuo <js...@live.com>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org