Bug 1021411

Summary: change won't take effect when adding hot_deploy marker for nodejs-0.6 app
Product: OpenShift Online Reporter: Yan Du <yadu>
Component: ContainersAssignee: Andy Goldstein <agoldste>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:25:42 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 Yan Du 2013-10-21 09:13:31 UTC
Description of problem:

create a nodejs app, add hot_deploy marker, then change some code in index, git push, found the change for index won't take effect when adding hot_deploy marker for nodejs-0.6 app



Version-Release number of selected component (if applicable):
devenv_3921
rhc-1.16.0 (build from devenv_3921)



How reproducible:
Always


Steps to Reproduce:

1. create an nodejs app
2. in local repo, change something in index
3. touch .openshift/marker/hot_deploy
4. git push
5. check the app home page in web


Actual results:
step5: the change in step2 doesn't take effect.


Expected results:
the change for index should take effect when adding hot_deploy marker


Additional info:
the change for index will take effect without hot_deploy marker

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

Comment 2 Yan Du 2013-10-24 05:15:43 UTC
test devenv_3937

Change take effect when build with hot_deploy marker for nodejs-0.6 app, and the PID keep same ID. 

Move the bug to verified.