Bug 1021399

Summary: Show 503 error after deploying for nodejs-0.10 app with hot_deploy marker enable
Product: OpenShift Online Reporter: Lei Zhang <lzhang>
Component: ContainersAssignee: Andy Goldstein <agoldste>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:25:40 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:

Description Lei Zhang 2013-10-21 08:54:55 UTC
Description of problem:
Create one nodejs-0.10 app, enable hot_deploy marker, and git push. Found 503 error shows when accessing via browser

Version-Release number of selected component (if applicable):
devenv_3921

How reproducible:
always

Steps to Reproduce:
1.create one nodejs app 
#rhc create mynodejs010 nodejs-0.10 
2.create hot_deploy marker and git push
#touch .openshift/markers/hot_deploy && git add . && git commit -amp && git push
3.

Actual results:
Show 503 error after deploying for nodejs-0.10 app with hot_deploy marker enable

Expected results:
nodejs-0.10 app can be accessed after deploying with hot_deploy marker enable

Additional info:

Comment 1 Andy Goldstein 2013-10-23 12:14:52 UTC
https://github.com/openshift/origin-server/pull/3955

Comment 2 Lei Zhang 2013-10-24 03:03:35 UTC
Verified on devenv_3937, after deploying with hot-marker, Home page of nodejs-0.10 app can be accessed.

[rayzhang@ray Work]$ curl -I http://mynodejs010-chunchen.dev.rhcloud.com/
HTTP/1.0 200 OK
Date: Thu, 24 Oct 2013 02:46:51 GMT
X-Powered-By: Express
Content-Type: text/html; charset=UTF-8
Content-Length: 5240
Vary: Accept-Encoding,User-Agent
ProxyTime: D=5313
X-Cache: MISS from file01.intranet.prod.int.rdu2.redhat.com
X-Cache-Lookup: MISS from file01.intranet.prod.int.rdu2.redhat.com:8080
Via: 1.0 file01.intranet.prod.int.rdu2.redhat.com (squid/3.1.10)
Connection: keep-alive