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

50514 segmentation fault #79

Open
yaohuiwu opened this issue Jul 23, 2019 · 1 comment
Open

50514 segmentation fault #79

yaohuiwu opened this issue Jul 23, 2019 · 1 comment

Comments

@yaohuiwu
Copy link

yaohuiwu commented Jul 23, 2019

环境:
Mac pro,single to redis cluster

错误信息:
$src/redis-migrate-tool -c rmt-s2c.conf
[2019-07-23 15:27:25.798] rmt_core.c:525 Nodes count of source group : 1
[2019-07-23 15:27:25.798] rmt_core.c:526 Total threads count : 8
[2019-07-23 15:27:25.798] rmt_core.c:527 Read threads count assigned: 1
[2019-07-23 15:27:25.798] rmt_core.c:528 Write threads count assigned: 1
[1] 50514 segmentation fault src/redis-migrate-tool -c rmt-s2c.conf

rmt-s2c.conf:

[source]
type: single
servers:
-127.0.0.1:6379

[target]
type: redis cluster
servers:
-127.0.0.1:7000

[common]
listen: 0.0.0.0:8000

@zouzc
Copy link

zouzc commented Aug 27, 2019

试下将目标redis先关闭,删除目标的rdb文件。前提: 目标redis不包含除源redis以外的数据, 同样遇到这个问题按上述操作

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