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

[incubator-pegasus] 07/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 895c7e6c9ff8ef0c0540d6eb43d0fd213fdb5b45
Author: jiashuo <js...@live.com>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org