You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a replication with the following parameters.
docker run fieldengineering/riot-redis -h source_ip -p 6381 -n 14 replicate -h target_ip -p 6379 -n 14 -a password --mode live
The source DB has ~89 million keys. The target DB is empty.
The replication hangs randomly without any errors. Sometimes it hangs on 50%, sometimes on 90%.
Is there any log-level switch for the replication or debug mode?
The text was updated successfully, but these errors were encountered:
You can use the -d flag, but it's extremely verbose.
I've encountered random hangs as well, and it turned out it was because of the lack of memory on the host where riot was running. An error is logged actually, but as the tool logs to the same line, and it sometimes hides/overwrites it. In this case using --progress log helps, as each change is printed onto a new line.
I'm trying to run a replication with the following parameters.
The source DB has ~89 million keys. The target DB is empty.
The replication hangs randomly without any errors. Sometimes it hangs on 50%, sometimes on 90%.
Is there any log-level switch for the replication or debug mode?
The text was updated successfully, but these errors were encountered: