Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement merging dataset and preemptive reading at the same time #8

Open
gullmar opened this issue Oct 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@gullmar
Copy link
Collaborator

gullmar commented Oct 11, 2024

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.

@gullmar gullmar added the enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant