Bug 1021411 - change won't take effect when adding hot_deploy marker for nodejs-0.6 app
Summary: change won't take effect when adding hot_deploy marker for nodejs-0.6 app
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Andy Goldstein
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-21 09:13 UTC by Yan Du
Modified: 2015-05-14 23:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-24 03:25:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.