Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.9.9
Description
When an index is opened, the parallel cacher downloads all of the index files in all partitions. However, this download operation could be interrupted and partially downloaded files could reside on the local drive.
The node's partitions bootstrapper doesn't ensure a file is partially downloaded. Thus, the cacher thinks such a file is valid and removes it from the uncached files' list.
To remedy this, the node's partitions bootstrapper should ensure that all files in the local drive are valid and are not partially downloaded.