Bug 1140289
Summary: | Background requests made to the broker are done under a hard-coded timeout. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Timothy Williams <tiwillia> | |
Component: | Node | Assignee: | Luke Meyer <lmeyer> | |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 2.1.0 | CC: | jdetiber, jialiu, jokerman, jpazdziora, libra-onpremise-devel, lmeyer, mmccomas, xiama | |
Target Milestone: | --- | Keywords: | NeedsTestCase, Upstream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | rubygem-openshift-origin-console-1.31.3-1.git.62.44c654c.el6op openshift-origin-console-1.16.3-1.git.420.987e52a.el6op | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1144175 (view as bug list) | Environment: | ||
Last Closed: | 2014-11-03 19:54:58 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: | ||||
Bug Depends On: | 1144175, 1194323 | |||
Bug Blocks: |
Description
Timothy Williams
2014-09-10 15:55:51 UTC
Investigate introducing a config value at the broker for this. PRs welcome. Check on puddle [2.2/2014-10-07.2] 1. Create some apps #for i in {1..20};do rhc app create testapp$i jbossews-1 -s --no-git ; rhc cartridge scale jbossews-1 -a testapp$i --min 3;done 2. Set BACKGROUND_REQUEST_TIMEOUT to 1 #vim /etc/openshift/console.conf <--snip--> #RED_HAT_ACCOUNT_URL=https://www.redhat.com/wapps/ugc #CONTACT_MAIL=openshift BACKGROUND_REQUEST_TIMEOUT=1 <--snip--> 3. Request the /console/applications <--snip--> The thread #<Thread:0x00000004d67000 dead> (index=0) did not complete within 1 seconds. <--snip--> 4. Set BACKGROUND_REQUEST_TIMEOUT to 20 5. Request the /console/applications In the step 5, list all the applications successfully. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2014-1796.html *** Bug 1108246 has been marked as a duplicate of this bug. *** |