-
Notifications
You must be signed in to change notification settings - Fork 241
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
[FEA] Audit the existing code to see what is and what is not covered by the retry framework #8258
Comments
Looking at Spark 3.3.0 I see the following Exec that we need to look through and deal with retry for. I will go through this list update it with either follow on issues to add full retry support, or an indication that it is done.
|
Hi, I saw most of the follow on issues don't have the I will work on these issues and it would be good to know their |
@firestarman I think the order here is fine. Be aware that the non-determinisitc expressions for Project and Filter might be a little more difficult and so it is okay if you want to try and skip it for now. |
Is your feature request related to a problem? Please describe.
We have covered a lot of operators in the retry framework, but we have not covered everything. We also don't fully have support for split and retry everywhere. This is to go through all of the code for the various operators to find If the code allocated GPU memory
Then once we have all of this information we can file follow on issues to cover anything that was missed.
NOTE that all expressions should already be covered (at least everything except for Random with is the only non-deterministic expression that we support)
The text was updated successfully, but these errors were encountered: