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
I understand that AWX is open source software provided for free and that I am not entitled to status updates or other assurances.
Summary
With a fairly complex playbook that produces a rather large amount of output (11000+ lines) the job output stops updating at a random point (but usually above line number 10000), although the job is still in the "running" state, and is also executing tasks successfully, as confirmed by the pod logs in OpenShift.
At some point the job finishes and goes into "error" state, but no indication what error occurred or where (job output is still not updated).
Checking the OpenShift logs of the automation-job pod I can see that the playbook itself finished without error.
In the awx-task pod logs I can find these messages:
2021-08-16 12:33:49,737 DEBUG [ba396ebbe875409e82f26174b109d351] awx.main.tasks job 320 (running) finished running, producing 20346 events.
2021-08-16 12:33:49,751 DEBUG [ba396ebbe875409e82f26174b109d351] awx.analytics.job_lifecycle job-320 post run
2021-08-16 12:33:49,975 DEBUG [ba396ebbe875409e82f26174b109d351] awx.analytics.job_lifecycle job-320 finalize run
2021-08-16 12:33:49,976 DEBUG [ba396ebbe875409e82f26174b109d351] awx.analytics.job_lifecycle job-320 finish job fact cache
[...]
2021-08-16 12:33:58,454 WARNING [ba396ebbe875409e82f26174b109d351] awx.main.dispatch job 320 (error) encountered an error (rc=None), please see task stdout for details.
If I remove several tasks from the playbook to reduce overall output the job finishes successfully.
AWX version
19.3
Installation method
openshift
Modifications
yes
Ansible version
No response
Operating system
No response
Web browser
Chrome
Steps to reproduce
Run a playbook that produces lots of output events.
Expected results
Job output should no be truncated.
Job should not go into error state.
Actual results
Job output is truncated.
Job goes into error state.
Additional information
Modified Exexution Environment (built upon AWX-EE 0.6.0)
The text was updated successfully, but these errors were encountered:
Please confirm the following
Summary
With a fairly complex playbook that produces a rather large amount of output (11000+ lines) the job output stops updating at a random point (but usually above line number 10000), although the job is still in the "running" state, and is also executing tasks successfully, as confirmed by the pod logs in OpenShift.
At some point the job finishes and goes into "error" state, but no indication what error occurred or where (job output is still not updated).
Checking the OpenShift logs of the automation-job pod I can see that the playbook itself finished without error.
In the awx-task pod logs I can find these messages:
If I remove several tasks from the playbook to reduce overall output the job finishes successfully.
AWX version
19.3
Installation method
openshift
Modifications
yes
Ansible version
No response
Operating system
No response
Web browser
Chrome
Steps to reproduce
Run a playbook that produces lots of output events.
Expected results
Job output should no be truncated.
Job should not go into error state.
Actual results
Job output is truncated.
Job goes into error state.
Additional information
Modified Exexution Environment (built upon AWX-EE 0.6.0)
The text was updated successfully, but these errors were encountered: