|
|
|
|
|
by Dylan16807
1078 days ago
|
|
You can tell if the metadata is correct by checking the hashes of everything committed by that superblock. If it isn't correct, ignore it and move on to the previous superblock. Keep going until you can verify a contiguous 30 seconds of superblocks. If writes are being delayed by more than 30 seconds, your problems go beyond "out of order". This does impose the requirement not to overwrite trees that are only a minute or two old. That should not be hard. |
|