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 895c7e6c9ff8ef0c0540d6eb43d0fd213fdb5b45 Author: jiashuo <[email protected]> AuthorDate: Wed Jun 15 19:13:27 2022 +0800 update --- admin-cli/executor/toolkits/tablemigrator/migrator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-cli/executor/toolkits/tablemigrator/migrator.go b/admin-cli/executor/toolkits/tablemigrator/migrator.go index a536eb56..71d07876 100644 --- a/admin-cli/executor/toolkits/tablemigrator/migrator.go +++ b/admin-cli/executor/toolkits/tablemigrator/migrator.go @@ -22,10 +22,10 @@ func MigrateTable(client *executor.Client, table string, metaProxyZkAddrs string } //2. create table duplication - err = executor.AddDuplication(client, table, targetCluster, true) + /** err = executor.AddDuplication(client, table, targetCluster, true) if err != nil { return err - } + }**/ //3. check un-confirm decree if less 5k nodes := client.Nodes.GetAllNodes(session.NodeTypeReplica) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
