Bug 988725 - nodejs app restarts during deployment with added hot_deploy marker
Summary: nodejs app restarts during deployment with added hot_deploy marker
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OKD
Classification: Red Hat
Component: Pod
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-26 08:57 UTC by Oleg Fayans
Modified: 2016-12-01 00:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-29 07:23:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Oleg Fayans 2013-07-26 08:57:38 UTC
Description of problem:

nodejs app restarts with added hot_deploy marker. 

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


How reproducible:

Always


Steps to Reproduce:
1. Create a nodejs-0.6 app
2. touch .openshift/markers/hot_deploy
3. modify index.html
4. git add . && git commit -am "modified" && git push


Actual results:

App restarted, pid of the node process changed.
Expected results:
App is not restarted, pid is the same

Additional info:
reproduced on a devenv instance, ami-id: ami-2b136842

Comment 1 Oleg Fayans 2013-07-26 13:46:53 UTC
Reproduced on devenv-stage_424


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