git-hulk opened a new pull request, #790: URL: https://github.com/apache/incubator-kvrocks/pull/790
This closes #788 As mentioned in #788, Kvrocks got snappy after compacting with snappy on CentOS. I found input length and compressed length were the same as old Kvorcks(2.0.6), but the snappy v1.1.9 decompressor's EOF status is NOT right, and it works well after reverting to v1.1.7. ```shell I20220824 15:25:08.798431 19410 event_listener.cc:71] [event_listener/compaction_completed] column family: metadata, compaction reason: 1, output compression type: snappy, base input level(files): 0(4), output level(files): 0(1), input bytes: 25028628, output bytes:25025148, is_manual_compaction:no, elapsed(micro): 385085 ``` -- 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]
