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
Code currently uses internal disk IO using an isolator specific implementation based on C++ standard library. Using the existing Mesos slave checkpoint implementation is expected to eliminate/reduce code by reusing an existing, proven internal Mesos component
The text was updated successfully, but these errors were encountered:
A Jira feature req is open to provide checkpointing through an API. We will look into this when it progresses. In the meantime the plan is altered to simply utilizze the existing checkpoint code via #include
Code currently uses internal disk IO using an isolator specific implementation based on C++ standard library. Using the existing Mesos slave checkpoint implementation is expected to eliminate/reduce code by reusing an existing, proven internal Mesos component
The text was updated successfully, but these errors were encountered: