speedbmike commented on PR #1792: URL: https://github.com/apache/kvrocks/pull/1792#issuecomment-1756128573
@git-hulk I checked the logs and reason is indeed trivial move only despite kForceOptimized. Speedb is currently based on rocksdb 8.1.1 and I get the same 2 unit test failures when trying to run kvrocks with rocksdb 8.1.1. This bug was probably fixed in https://github.com/facebook/rocksdb/pull/11468 (but there is still a slight chance for it to happen). Doing Compact twice in compact_test.cc should prevent this rare bug it from happening (number of levels won't change during compaction). -- 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]
