sam-hn commented on issue #2214:
URL: https://github.com/apache/kvrocks/issues/2214#issuecomment-2033416826

   Attached my test results for reference, below is the cluster info
   ```
   10.70.171.222:6672> cluster nodes
   qxpiIgvNeJN2DMLgwMwDmud8luIYw6uY7dIEuFtH 10.70.171.222:6673@16673 slave 
kcf0WSVWymTh6AjTuw1JxL2e4AMNLXgkK9XFSzm8 1712109613610 1712109613611 1 connected
   kcf0WSVWymTh6AjTuw1JxL2e4AMNLXgkK9XFSzm8 10.70.171.222:6672@16672 
myself,master - 1712109613610 1712109613611 1 connected 0-16383
   ```
   
   during slave downtime, update a to 101 and create b
   ```
   10.70.171.222:6672> info replication
   # Replication
   role:master
   connected_slaves:0
   master_repl_offset:3
   10.70.171.222:6672> set a 101
   OK
   10.70.171.222:6672> set b 1
   OK
   ```
   
   after slave restarted, key a still keeps old value
   ```
   10.70.171.222:6673> keys *
   1) "b"
   2) "a"
   10.70.171.222:6673> get a
   "100"
   10.70.171.222:6673> get b
   "1"
   
   ```


-- 
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