Clean-up some TODOs

This commit is contained in:
Kerollmops 2022-10-26 10:53:27 +02:00 committed by Clément Renault
parent e35fe33712
commit 035e8eeff5
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -559,12 +559,9 @@ impl IndexScheduler {
let temp_snapshot_dir = tempfile::tempdir()?;
// 1. Snapshot the version file.
// TODO where can I find the path of this file and do we create it anyway?
let dst = temp_snapshot_dir.path().join(VERSION_FILE_NAME);
fs::copy(&self.version_file_path, dst)?;
// TODO what is a meta-env in the previous version of the scheduler?
// 2. Snapshot the index-scheduler LMDB env
//
// When we call copy_to_path, LMDB opens a read transaction by itself,