sam-hn opened a new issue, #2214:
URL: https://github.com/apache/kvrocks/issues/2214

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   Kvrocks 2.7.0
   
   ### Minimal reproduce step
   
   1. shutdown slave node
   2. update key `test1` and create a new key `test2` in master node
   3. bring up the slave node and check the keys in slave, `test1` in slave is 
not updated and `test2` is created
   
   ### What did you expect to see?
   
   after restart, slave should have the updated value of `test1`
   
   ### What did you see instead?
   
   `test1` key in slave is not updated 
   
   ### Anything Else?
   
   I also tried updating key `test2` in master node to see if this could 
trigger the sync of key `test1` between slave and master, but only to find 
`test2` is updated in slave
   
   ### 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