trlopes1974 commented on issue #40119:
URL: https://github.com/apache/airflow/issues/40119#issuecomment-2160158975
the same:
[2024-06-11, 09:47:09 WEST] {taskinstance.py:2728} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/opt/tkapp/env_airflow/lib64/python3.9/site-packages/airflow/models/taskinstance.py",
line 444, in _execute_task
result = _execute_callable(context=context, **execute_callable_kwargs)
File
"/opt/tkapp/env_airflow/lib64/python3.9/site-packages/airflow/models/taskinstance.py",
line 414, in _execute_callable
return execute_callable(context=context, **execute_callable_kwargs)
File
"/opt/tkapp/env_airflow/lib64/python3.9/site-packages/airflow/providers/ssh/operators/ssh.py",
line 191, in execute
result = self.run_ssh_client_command(ssh_client, self.command,
context=context)
File
"/opt/tkapp/env_airflow/lib64/python3.9/site-packages/airflow/providers/ssh/operators/ssh.py",
line 176, in run_ssh_client_command
exit_status, agg_stdout, agg_stderr = self.hook.exec_ssh_client_command(
File
"/opt/tkapp/env_airflow/lib64/python3.9/site-packages/airflow/providers/ssh/hooks/ssh.py",
line 554, in exec_ssh_client_command
raise AirflowException("SSH command timed out")
airflow.exceptions.AirflowException: SSH command timed out
[2024-06-11, 09:47:09 WEST] {taskinstance.py:527} DEBUG - Task Duration set
to 91.299578
[2024-06-11, 09:47:09 WEST] {taskinstance.py:549} DEBUG - Clearing
next_method and next_kwargs.
[2024-06-11, 09:47:09 WEST] {taskinstance.py:1149} INFO - Marking task as
FAILED. dag_id=Kill_Session_Oracle, task_id=ssh_command_operator,
execution_date=20240611T084503, start_date=20240611T084538,
end_date=20240611T084709
[2024-06-11, 09:47:09 WEST] {transport.py:1893} DEBUG - EOF in transport
thread
**[2024-06-11, 09:47:09 WEST] {cli_action_loggers.py:85} DEBUG - Calling
callbacks: []**
[2024-06-11, 09:47:09 WEST] {standard_task_runner.py:107} ERROR - Failed to
execute job 82450 for task ssh_command_operator (SSH command timed out; 3252796)
[2024-06-11, 09:47:09 WEST] {local_task_job_runner.py:234} INFO - Task
exited with return code 1
you can see the callbacks are empty.
pip freeze | grep -i airflow
apache-airflow==2.8.2
....
apache-airflow-providers-ssh==3.11.1
--
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]