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 am forwarding an issue from Red Hat internal Jira that I was debugging in May 2024 but that I have not resolved yet.
Current Behavior:
An OSH task hanged indefinitely on an OSH worker while the child process was blocked on write to stdout/stderr. The kobo worker logging thread was blocked indeifintely on TLS handshake:
I am forwarding an issue from Red Hat internal Jira that I was debugging in May 2024 but that I have not resolved yet.
Current Behavior:
An OSH task hanged indefinitely on an OSH worker while the child process was blocked on write to stdout/stderr. The kobo worker logging thread was blocked indeifintely on TLS handshake:
The Python code where the thread was blocked seems to support a timeout to be set for the TLS handshake but the kobo/xmlrpc stack does not set it:
Expected Behavior:
The task should either fail or stop transferring the captured output to the hub but it should not hang indefinitely.
Steps to reproduce:
I am not sure how it happened but I suspect it was caused by an intermittent network issue.
Impact Statement:
Such OSH tasks unnecessarily block the OSH scanning queue.
The text was updated successfully, but these errors were encountered: