Bug 1309906
Summary: | bkr job-watch can get stuck waiting forever, no read timeout on XMLRPC requests? | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | command line | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | dcallagh, dowang, mjia, rjoost |
Target Milestone: | 23.0 | Keywords: | Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-07 23:11:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Callaghan
2016-02-18 22:52:44 UTC
The problem is that Kobo doesn't set any timeout on its xmlrpclib Transport directly. Back when we were still using Kobo we had hacked in a timeout for LabController code but not Client. We can just move the timeout handling into HubProxy now that we have our own copy. Very tempted to replace it all with requests + xmlrpclib marshalling... (In reply to Dan Callaghan from comment #1) > The problem is that Kobo doesn't set any timeout on its xmlrpclib Transport > directly. Back when we were still using Kobo we had hacked in a timeout for > LabController code but not Client. That was bug 717500: https://git.beaker-project.org/cgit/beaker/commit/?id=c2fb5974d4dfc16a30138901180fa00503268028 This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions This bug fix is included in beaker-client-22.4-0.git.6.5613dcf which is currently available for download here: https://beaker-project.org/nightlies/release-22/ This patch was merged to the release-22 branch but the next release will be 23.0. Beaker 23.0 has been released. |