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
Example: you want to start multiple runs and read a bunch of their output items as soon as they are available, e.g., 100 items from the 2nd run, 100 items from the 5th one, and so on.
Now, what if the actor is migrated? We should guarantee that the order in which items are read after the resurrection is the same, if runs are persisted.
My idea would be to persist the order in which datasets are accessed for a specific group of runs.
Example: you want to start multiple runs and read a bunch of their output items as soon as they are available, e.g., 100 items from the 2nd run, 100 items from the 5th one, and so on.
Now, what if the actor is migrated? We should guarantee that the order in which items are read after the resurrection is the same, if runs are persisted.
My idea would be to persist the order in which datasets are accessed for a specific group of runs.
The way we achieve this may depend on issue #4.
The text was updated successfully, but these errors were encountered: