You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several extremely large AWX jobs that collect information from the CLI and push new configs to switch devices. After upgrading from ansible.utils 5.0.0 to 5.1.0 and 5.1.2, jobs occasionally hang indefinitely, not producing anymore job output. The last log output of every hung job contains "task_action": "ansible.utils.cli_parse"
Producing the same AWX EE image, but with ansible.utils==5.0.0, no jobs hang.
I will see if I can produce a publishable test case, but it may take some time. I did want to get this recorded in case any other operators are seeing similar issues.
The text was updated successfully, but these errors were encountered:
SUMMARY
AWX Tasks running ansible.utils.cli_parse are hanging
ISSUE TYPE
COMPONENT NAME
ansible.utils.cli_parse
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
awx-operator 2.19.1
AWX 24.6.1
STEPS TO REPRODUCE
We have several extremely large AWX jobs that collect information from the CLI and push new configs to switch devices. After upgrading from ansible.utils 5.0.0 to 5.1.0 and 5.1.2, jobs occasionally hang indefinitely, not producing anymore job output. The last log output of every hung job contains
"task_action": "ansible.utils.cli_parse"
Producing the same AWX EE image, but with ansible.utils==5.0.0, no jobs hang.
I will see if I can produce a publishable test case, but it may take some time. I did want to get this recorded in case any other operators are seeing similar issues.
The text was updated successfully, but these errors were encountered: