You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d.logger.Warn("[snapshots] lock hash does not match completed download", "file", download.Name, "lock", hash, "download", download.Hash, "downloaded", *info.Completed)
360
+
d.logger.Debug("[snapshots] lock hash does not match completed download", "file", download.Name, "lock", hash, "download", download.Hash, "downloaded", *info.Completed)
364
361
}
365
362
}
366
363
}
367
364
}
368
365
}
369
366
370
-
iflen(downloadMismatches) >0 {
371
-
returnnil, fmt.Errorf("downloaded files have mismatched hashes: %s", strings.Join(downloadMismatches, ","))
372
-
}
373
-
374
-
//TODO: why do we need it if we have `addTorrentFilesFromDisk`? what if they are conflict?
375
-
//TODO: why it's before `BuildTorrentFilesIfNeed`? what if they are conflict?
376
-
//TODO: even if hash is saved in "snapshots-lock.json" - it still must preserve `prohibit_new_downloads.lock` and don't download new files ("user restart" must be fast, "erigon3 has .kv files which never-ending merge and delete small files")
0 commit comments