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

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   I'm trying to move from Redis to KVRocks as I need a durable storage for a 
Job Queue system based on python rq.
   
   Everything is working but whenever a restart KVRocks or the python code I 
receive this error:
   
   E20250203 14:38:03.244154 139655422928576 event_listener.cc:166] 
[event_listener/background_error] reason: memtable, bg_error: Corruption: 
WriteBatch has wrong count
   
   I need to start from scratch to solve the issue but this way I loose the 
data.
   
   ### Minimal reproduce step
   
   Start a standalone server and connect a python client doing some continuous 
operations
   
   ### What did you expect to see?
   
   No errors
   
   ### What did you see instead?
   
   E20250203 14:38:03.244154 139655422928576 event_listener.cc:166] 
[event_listener/background_error] reason: memtable, bg_error: Corruption: 
WriteBatch has wrong count
   
   ### Anything Else?
   
   _No response_
   
   ### 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