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
When a pruntimev2 has a corrupted checkpoint (you can reproduce this to restart the docker when a snapshot is in progress) it reports that it can not load the checkpoint and dies with error. No attempt is made to load one of the other (backup) snapshots. To solve the issue i have to manually delete the broken snapshot and then it would load a previous version and all is well.
I would expect pruntime to try and load the previous version on such error before die, it does not have to be all the oldder snaps, but go back 1. If that works , you might want to delete/rename the snapshot that was broken. This would allow easy and automated recovery
The text was updated successfully, but these errors were encountered:
When a pruntimev2 has a corrupted checkpoint (you can reproduce this to restart the docker when a snapshot is in progress) it reports that it can not load the checkpoint and dies with error. No attempt is made to load one of the other (backup) snapshots. To solve the issue i have to manually delete the broken snapshot and then it would load a previous version and all is well.
I would expect pruntime to try and load the previous version on such error before die, it does not have to be all the oldder snaps, but go back 1. If that works , you might want to delete/rename the snapshot that was broken. This would allow easy and automated recovery
The text was updated successfully, but these errors were encountered: