Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 3.3.3版本 源端与目标端都为Redis Cluster架构, 但只同步了一个分片的数据 #98

Open
yikela1990 opened this issue Jan 22, 2024 · 1 comment

Comments

@yikela1990
Copy link

源端与目标端都为Redis Cluster架构,4分片,任务配置为:

{
    "sourceRedisType":"cluster",
    "targetRedisType":"cluster",
    "sourcePassword":"xxxx",
    "sourceRedisAddress":"10.116.104.237:7000;10.116.104.237:7001;10.116.104.237:7002;10.116.104.237:7003",
    "targetRedisAddress":"10.116.104.237:8000;10.116.104.237:8001;10.116.104.237:8002;10.116.104.237:8003",
    "targetPassword":"xxx",
    "taskName":"redis-cluster-test8",
    "autostart":false,
    "afresh":true
}

任务到增加阶段,检查目标端数据发现只同步了一个分片的数据

@pingxingshikong
Copy link
Member

可以查看下任务的详情,源端只需要填主节点,目标端需要把主从节点都填上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants