Bug 998789

Summary: Fail to restart a scalable or unscalable php-5.3 app
Product: OpenShift Online Reporter: congqiyuan <qcong>
Component: ContainersAssignee: Michal Fojtik <mfojtik>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfojtik, szhou, tfeng
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-29 12:53:22 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:
Embargoed:

Description congqiyuan 2013-08-20 05:33:11 UTC
Description of problem:
Fail to restart a scalable or unscalable php-5.3 app

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

How reproducible:
always

Steps to Reproduce:
1.create a scaling php-5.3 app
2.restart the app


Actual results:
Unable to complete the requested operation due to: Failed to correctly execute all parallel operations.
Reference ID: a9270187f4ab1e99823e97ce1d1e7f0e


Expected results:
should restart success

Additional info:
development.log 
2013-08-19 23:28:13.362 [ERROR] Failed to correctly execute all parallel operations (pid:2888)
2013-08-19 23:28:13.573 [ERROR] Reference ID: 09ecd4821f8860c154aca16bb8c07e9f - Failed to correctly execute all parallel operations
2013-08-19 23:28:35.488 [ERROR] Failed to correctly execute all parallel operations (pid:2888)
2013-08-19 23:28:35.488 [ERROR] ["/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-controller-1.13.5/app/models/pending_app_op_group.rb:404:in `execute'", "/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-controller-1.13.5/app/models/application.rb:1384:in `run_jobs'", "/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-controller-1.13.5/app/models/application.rb:845:in `block in restart'"

Comment 1 Tian Feng 2013-08-20 05:49:06 UTC
Test on devenv_3676, cannot restart scaling php app via website either. It returns "We appear to be having techincal difficulties" error message.

Comment 2 Michal Fojtik 2013-08-20 11:59:20 UTC
Fix: https://github.com/openshift/origin-server/pull/3424

I'm sorry for this typo :)

Comment 3 openshift-github-bot 2013-08-21 15:00:34 UTC
Commits pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/ae3a3ed6ebfd6bfc212130a68f7851c8b4a7003c
Bug 998789 - Fixed a typo in PHP cartridge control script

https://github.com/openshift/origin-server/commit/3f4dcf3f30ba81e87817aa57e3202bd7b5ab4629
Merge pull request #3424 from mfojtik/bugzilla/998789

Bug 998789 - Fixed a typo in PHP cartridge control script

Comment 4 Tian Feng 2013-08-22 03:27:23 UTC
Test on devenv-stage_448, can restart both scalable and non-scalable php application, and can also restart app with php cartridges. So verified this bug, thanks!