kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

[kvrocks2redis] CRITICAL - Failed to psync , please remove last_next_seq config file

Open mnizhq007 opened this issue 1 year ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Version

os:Centos 7.9 kvrocks2redis:2.4.0 kvrocks:2.4.0 cluster Redis:4.0.10 cluster

Minimal reproduce step

the config file:

log-level INFO daemonize no data-dir ./data output-dir ./ kvrocks IP1 port1 kvrocks-password kvrocks IP2 port2 kvrocks-password kvrocks IP3 port3 kvrocks-password cluster-enable yes namespace. IP4 port4 rediscluser-password namespace. IP5 port5 rediscluser-password namespace. IP6 port6 rediscluser-password

What did you expect to see?

I need to migrate my Kvrocks data to redis

What did you see instead?

kvrocks2redis -c 1.conf

Version: 2.4.0 @ E20230516 19:19:48.465279 181438 sync.cc:86] [kvrocks2redis] CRITICAL - Failed to psync , please remove last_next_seq config file, and restart kvrocks2redis, redis reply: -ERR sequence out of range, please use fullsync

Anything Else?

I also need data migration between kvrocks clusters

Are you willing to submit a PR?

  • [X] I'm willing to submit a PR!

mnizhq007 avatar May 16 '23 11:05 mnizhq007