andygrove commented on issue #1981: URL: https://github.com/apache/datafusion-ballista/issues/1981#issuecomment-5050639621
Reopening context rather than the issue itself: #1982 fixed this for the static planner only. Under AQE the immediate reclaim was a silent no-op, because `create_resolved_stage` always leaves `output_links` empty so `intermediate_stage_ids()` returned nothing. That is #1996, with a fix in #2149. The practical effect is that the AQE-on half of the SF10 CI job got no relief at all, and the flake described here is still reachable through that path. It showed up again on #2064, where query 21 failed with `No space left on device (os error 28)` while the AQE-off leg passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
