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

[incubator-pegasus] 19/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 d2d2aeb812fd836d9b2c7dd51cca0fc92ea13acd
Author: jiashuo <js...@live.com>
AuthorDate: Thu Jun 16 12:07:27 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 b76df808..686f5230 100644
--- a/admin-cli/executor/toolkits/tablemigrator/migrator.go
+++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go
@@ -35,7 +35,7 @@ func MigrateTable(client *executor.Client, table string, metaProxyZkAddrs string
 	}
 
 	//3. check un-confirm decree if less 5k
-	toolkits.LogInfo("check un-confirm decree if less 5k")
+	toolkits.LogInfo(fmt.Sprintf("check un-confirm decree if less %f", pendingMutationThreshold))
 	nodes := client.Nodes.GetAllNodes(session.NodeTypeReplica)
 	perfSessions := make(map[string]*aggregate.PerfSession)
 	for _, n := range nodes {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org