Bug 1012757

Summary: Can not restart after force-stop the app for nodejs-0.6 and nodejs-0.10
Product: OpenShift Online Reporter: Yan Du <yadu>
Component: ContainersAssignee: Michal Fojtik <mfojtik>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfojtik, pruan
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: 2013-10-17 13:32:10 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:
Attachments:
Description Flags
development.log
none
platform log
none
mcollective log none

Description Yan Du 2013-09-27 05:40:03 UTC
Description of problem:
Can not restart after force-stop the app for nodejs-0.6 and nodejs-0.10


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


How reproducible:
Always


Steps to Reproduce:

1. Create a nodejs app (nodejs-0.6 or nodje-0.10)
#rhc app create n6 nodejs-0.6
2. rhc app-force-stop n6
3. rhc app restart n6



Actual results:

root@openshift-ubuntu:~/test# rhc app-force-stop n6
RESULT:
n6 force stopped

root@openshift-ubuntu:~/test# rhc app restart n6
Unable to complete the requested operation due to: Failed to correctly execute all parallel
operations.
Reference ID: 01c3ed36f6251fa01e002a024c9f5e40


platform.log/development.log/ruby193-mcollective.log has attached.



Expected results:
should restart app normally after force-stop


Additional info:
app can start after force stop. just restart app can occur the issue

Comment 1 Yan Du 2013-09-27 05:41:12 UTC
Created attachment 803732 [details]
development.log

Comment 2 Yan Du 2013-09-27 05:41:53 UTC
Created attachment 803733 [details]
platform log

Comment 3 Yan Du 2013-09-27 05:42:32 UTC
Created attachment 803734 [details]
mcollective log

Comment 4 openshift-github-bot 2013-10-01 21:05:10 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/fe4b4d708bf48abc6d2961502fee16da5a66d779
Bug 1012757 - Make sure the restart will succeed for force-stopped Node cartridge

Comment 5 Peter Ruan 2013-10-02 23:04:10 UTC
verified with devenv_3851
[peter@unused-16-138 <DEV> ~]# rhc app restart n6
RESULT:
n6 restarted