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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to