Bug 845154
| Summary: | Can't Create scalable application success by rhc-0.96.7 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Rony Gong 🔥 <qgong> | ||||
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.x | CC: | jizhao, johnp, ramr, rmillner, wsun | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-08-07 20:42:51 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: | |||||||
| Attachments: |
|
||||||
|
Description
Rony Gong 🔥
2012-08-02 02:27:04 UTC
This error happened for all scalable app. Hmm, this looks to be a client tools issue -- since the app is available and responding w/ a 200 code and giving the sample app page to the client. What version of client tools do you have?? Can you check w/ an older version and see if it works. This works fine for me w/ rhc 0.95.14 but fails w/ rhc 0.96.6 -- the rhc version 0.96.6 is treating the 200 as an error and is exponentially backing off and retrying the app availability check and eventually deletes the app. Assigning to Clayton. This error only happens on rhc-0.96.7, it works well when (rhc-0.96.6, devenv_1933) *** Bug 845171 has been marked as a duplicate of this bug. *** The healthcheck URL is empty, which means it checks the root page for a request, then it fails. Two problems - 1 healthcheck is empty, and 2 the healthcheck is not a 100% reliable mechanism. The healthcheck being empty needs to be debugged by broker team. I'll look at the other aspect Could be related to this commit - 9ded965acdec25a4e75fb87d1d6f3c6332944405 use health_check_path returned by API working on a fix should have finished in next 1/2 hour Waiting for review Changes in master, https://github.com/openshift/rhc/pull/114 is the pull to stage. Change is in stage. Verified on stage, with client rhc-0.96.8 [root@localhost mytest]# rhc app create -a qsjbossas -t jbossas-7 -s Password:****** Submitting form: rhlogin: qgong debug: true Contacting https://stg.openshift.redhat.com Creating application: qsjbossas in lignpzdyql DEBUG: 'qsjbossas' creation returned success. Now your new domain name is being propagated worldwide (this might take a minute)... Pulling new repo down git clone --quiet ssh://1bd045b9a58e417d8c30cd006a280e3e.rhcloud.com/~/git/qsjbossas.git/ qsjbossas remote: Counting objects: 39, done. remote: Compressing objects: 100% (30/30), done. remote: Total 39 (delta 1), reused 0 (delta 0) Receiving objects: 100% (39/39), 19.78 KiB, done. Resolving deltas: 100% (1/1), done. Checking if the application is available #1 Application qsjbossas is available at: http://qsjbossas-lignpzdyql.stg.rhcloud.com/ Git URL: ssh://1bd045b9a58e417d8c30cd006a280e3e.rhcloud.com/~/git/qsjbossas.git/ To make changes to 'qsjbossas', commit to qsjbossas/. Successfully created application: qsjbossas |