-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Datasets] Add support for dynamic block splitting to actor pool. #31715
[Datasets] Add support for dynamic block splitting to actor pool. #31715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @clarkzinzow!
Thanks for the reviews y'all! Newly added test isn't passing and I can't run it locally due to consistent SIGABRTs due to an actor manager deadlock, so |
…ution backend is not enabled.
All failing tests appear to be unrelated, merging. |
…y-project#31715) This PR adds support for dynamic block splitting to the actor pool in the new execution backend. Signed-off-by: Andrea Pisoni <andreapiso@gmail.com>
This PR adds support for dynamic block splitting to the actor pool in the new execution backend.
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.