mrc1119
mrc1119
**Description** When I recovered a Redis master shard, it got stuck while synchronizing data with the slave shard. There is no problem in the restore process, but when comparing with...
Is there any way to do dump without freezing the process? Because my service is Redis, I have to provide services externally all the time. Or is there a way...
**Description** criu version:3.17 I dump the init process of a container on a host, the cmd is: dump cmd: ``` ./criu dump --ghost-limit=500M -D /export/sine/dumpdata -j -R -t $pid --tcp-close...
I'm looking forward to getting help from the best. **Description** dump: ``` ./criu dump --ghost-limit=500M -D /export/sine/dumpdata \ -j -R -t $pid --tcp-close --skip-in-flight -v4 -o /export/sine/sinedump.log \ --skip-mnt /dev/termination-log...