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

[incubator-pegasus] 16/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 d3881e4c10b6e7591ca4219e166af08c61e7f207
Author: jiashuo <js...@live.com>
AuthorDate: Thu Jun 16 11:03:23 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 27b2ad76..2954ba4e 100644
--- a/admin-cli/executor/toolkits/tablemigrator/migrator.go
+++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go
@@ -72,7 +72,7 @@ func MigrateTable(client *executor.Client, table string, metaProxyZkAddrs string
 	//6. switch table addrs in metaproxy
 	toolkits.LogInfo("switch table addrs in metaproxy")
 	if metaProxyZkRoot == "" {
-		toolkits.LogWarn("you don't specify enough meta proxy info, please manual-switch the table cluster!")
+		toolkits.LogWarn("can't switch cluster via metaproxy for you don't specify enough meta proxy info, please manual-switch the table cluster!")
 		return nil
 	}
 	err = SwitchMetaAddrs(client, metaProxyZkAddrs, metaProxyZkRoot, table, targetAddrs)


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