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
Just to clarify, you mean a snapshot of the whole distributed system (including snapshots of all processes)?
I don't think we can do snapshots of individual processes at the moment (see). Maybe we would also require our own engine to accomplish this truly complete process state snapshots (see).
Another approach here could be to define a process state on the library level and be able to serialise the state at any point and somehow sync it up across the distributed system. This wouldn't require any changes to the vm and could be definitely something worth exploring.
It's not an immediate priority by any means, but in the more long-term feature it would be really nice for Lunatic to be able to provide useful debugging information!
One very useful technique for debugging is to be able to take a complete snapshot of the system.
An outline of some possible algorithms is given in https://mk.cs.msu.ru/images/5/52/Lecture-DA-11.pdf
The text was updated successfully, but these errors were encountered: