git-hulk commented on issue #2177: URL: https://github.com/apache/kvrocks/issues/2177#issuecomment-2003842127
> > Got your point, that said this issue only happened while syncing from the replica node and works well in the master node. > > yes, Not sure if there are any other commands that would have this problem It's caused by the rocksdb's DeleteRange API which we didn't implement the batch extractor. And for parsing from the master node should have the same issue, guess the `FLUSHDB` you seen is the kvrocks2redis will send the FLUSHDB command first before parsing the full DB. AFAIK, the DeleteRange API is only used in FLUSHDB/FLUSHALL command, so it should only affect those two. -- 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]
