git-hulk commented on PR #2182: URL: https://github.com/apache/kvrocks/pull/2182#issuecomment-2008594993
> > Important! format_version=6 is the new default setting in BlockBasedTableOptions, for more robust data integrity checking. DBs and SST files written with this setting cannot be read by RocksDB versions before 8.6.0 > > Would this be dangerous? We need check which version does 2.0 kvrocks cluster uses? We have pinned the format version to 5 since 2.0.x: https://github.com/apache/kvrocks/blob/unstable/src/storage/storage.cc#L128 This change won't affect us, but we should be more careful since it's a major version. -- 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]
