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

M/S迁移数据到cluster报错 #59

Open
simonhou opened this issue Oct 25, 2018 · 0 comments
Open

M/S迁移数据到cluster报错 #59

simonhou opened this issue Oct 25, 2018 · 0 comments

Comments

@simonhou
Copy link

simonhou commented Oct 25, 2018

源节点是Master-slave架构的,版本是redis_version:3.0.5。
目标节点是cluster集群,版本是redis_version:3.2.7。
命令如下:

./redis-sync -m password@ip:port1-t ip2:port2 --db=0 --tmpfile-size=5gb

rdb sync完,等10+秒,就会抛panic了。。。

2018/10/25 15:43:23 libs.go:462: [PANIC] fetch redigo reply failed
[error]: MOVED 3693 10.19.xx.xx:7461
[stack]:
2 /data/go/src/github.com/CodisLabs/redis-port/cmd/libs.go:462
main.redigoGetResponse
1 /data/go/src/github.com/CodisLabs/redis-port/cmd/libs.go:588
main.doRestoreDBEntry.func3
0 /data/go/src/github.com/CodisLabs/redis-port/cmd/libs.go:314
main.(*Job).Run.func1
... ...
以为用的redis third_party源码包不对,之后换成了3.2的源码包,还是报错了。

还是说不支持这种异构实例的迁移?

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

1 participant