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

[incubator-pegasus] 10/25: update

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 f48543a4e54cb2d2e516a5cbc8460a8c8ee9ae6f
Author: jiashuo <js...@live.com>
AuthorDate: Wed Jun 15 19:18:40 2022 +0800

    update
---
 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 8d3cb761..daff758e 100644
--- a/admin-cli/executor/toolkits/tablemigrator/migrator.go
+++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go
@@ -36,7 +36,7 @@ func MigrateTable(client *executor.Client, table string, metaProxyZkAddrs string
 			return fmt.Errorf("get perf-node failed, node=%s", n.TCPAddr())
 		}
 		if perf.NodeSession == nil {
-			return fmt.Errorf("session err")
+			return fmt.Errorf("session err, node=%s", n.TCPAddr())
 		}
 		perfSessions = append(perfSessions, perf)
 	}


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