ORuteMa opened a new issue, #31205: URL: https://github.com/apache/airflow/issues/31205
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow Version: 2.4.2 In my organization, I need to run an SSHOperator to execute a script that triggers a spark-submit task. I encountered a situation where I had to rerun a specific execution, so I cleared the state of the task. However, I noticed that there were two distinct applications running on YARN when there should have been only one. This occurred three times in total.  From the log, I observed that each line is being logged twice. I'm curious to know if there is any connection or reason behind this duplication. I have `remote_logging` to be true.  ### What you think should happen instead _No response_ ### How to reproduce Clear the state of Task. ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
