We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b0236 commit 1a4cc6aCopy full SHA for 1a4cc6a
1 file changed
src/tree/mod.rs
@@ -926,16 +926,6 @@ impl Tree {
926
927
log::info!("Recovering LSM-tree at {}", config.path.display());
928
929
- // let manifest = {
930
- // let manifest_path = config.path.join(MANIFEST_FILE);
931
- // let reader = sfa::Reader::new(&manifest_path)?;
932
- // Manifest::decode_from(&manifest_path, &reader)?
933
- // };
934
-
935
- // if manifest.version != FormatVersion::V3 {
936
- // return Err(crate::Error::InvalidVersion(manifest.version.into()));
937
- // }
938
939
let tree_id = get_next_tree_id();
940
941
#[cfg(feature = "metrics")]
0 commit comments