krizald opened a new issue, #2118:
URL: https://github.com/apache/kvrocks/issues/2118

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   **OS**: Debian GNU/Linux 11 (bullseye)
   **KV Rocks**: 2.7.0 
   
   ### Minimal reproduce step
   
   * Create a LIST (Key: ABC) in Redis 6.2
   * Dump the RDB file
   * RDB LOAD dump.rdb
   
   ### What did you expect to see?
   
   RDB file should be loaded without error
   redis-cli throws error: (error) ERR reach the end of ziplist
   KV Rocks log: E20240223 08:55:35.669234 1006372 rdb.cc:78] Unexpected EOF 
reading RDB file
   
   ### What did you see instead?
   
   Load failed with error:
   
   
   ### Anything Else?
   
   I tried anther tool Redis-Shake to load the same RDB, with it's default 
setting. Firstly I got a similar error:
   ERR [writer_127.0.0.1_7619] receive reply failed. cmd=[restore ABCD], 
error=[ERR reach the end of ziplist]
   Then I follow 
this(https://github.com/tair-opensource/RedisShake/blob/0cf0af07411fb85dc9c08b78fea77c37880795a9/docs/src/zh/writer/redis_writer.md?plain=1#L28)
 to changed the redis-shake config to avoid using "restore" cmd. The RDP import 
is successful.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to