-
Notifications
You must be signed in to change notification settings - Fork 39
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
RIOT not working when migrating data from 1 redis cluster to other #127
Comments
@jruaux can you please help me on this , if i am doing something wrong in the command or is it the behaviour in redis RIOT. |
In live mode, the Source of Redis nodes must modify this config. did you ? |
May be ,you can try this args, replicate --type ds |
i did set on only 1 of the master of the cluster, that should be fine right ? |
@szy345 does redis riot doesn't work with redis cluster migration ? |
That parameter is not what you understand。You shoud modify all of the redis nodes which is master |
i did set this
|
Are both the source and destination sides self built clusters? Or Alibaba Redis Cloud services? Or others? |
self build clusters |
actually previously i missed to add
|
I test it,and I'm ok The logs : Listening ? % [= ] 0/? (0:00:00 / ?) ?/s Listening ? % [ = ] 1/? (0:00:36 / ?) .0/s | 0 queued # THis one is the new key The Keys on both sides are same。 |
My command looks like this
And the logs are
|
Hi,
I am not sure if riot supports this but i was trying to migrate 1 redis cluster to a different redis cluster using the below command.
Command:
Its able to migrate data at the first time but its failing on live migration, is that expected in RIOT ?
The text was updated successfully, but these errors were encountered: