amit-mittal commented on issue #53154: URL: https://github.com/apache/airflow/issues/53154#issuecomment-3069977552
Thanks Christos and Ash, for confirming! To summarize, I guess we need two fixes: 1. The `SELECT ... WHERE span_status = SHOULD_END` statements should have been checking if `otel` metrics or tracing are enabled before executing. 2. If `otel` is enabled, using index for the above queries would help, so we will create the appropriate indices in the respective DB implementations. Is there an ETA for the fix and do you have any recommendations in the meantime for the instances that have been migrated to Airflow 3? -- 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]
