bob icon indicating copy to clipboard operation
bob copied to clipboard

Implement automatic recovery of corrupted blobs during startup

Open ikopylov opened this issue 3 years ago • 0 comments

Automatic recovery is not suitable for all cases, so we need a parameter in configuration file, that will turn on this feature (by default it should be turned off). We already have corrupted blob detection, that moves corrupted blob into corrupted directory. With this feature turned on, we can create a blob with the same name and copy the correct records from the moved blob. Moved blob should be preserved

ikopylov avatar Jun 01 '22 21:06 ikopylov