alamb commented on issue #22758: URL: https://github.com/apache/datafusion/issues/22758#issuecomment-4937571363
> I think that's what's in my OomGuard PR. It's definitely part of what we run at Coralogix. If the tokio task that gets killed is one we spawned, we know the query ID. Unfortunately operators like RepartitionExec spawn their own tasks with their own default panic handlers and those sadly just die. I think you can intercept (and install handler/ids) using this https://docs.rs/datafusion/latest/datafusion/common/runtime/struct.JoinSet.html -- 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]
