Bug 855262

Summary: Local gear of scalable python app is down after git push completed
Product: OKD Reporter: joycezhang <jinzhang>
Component: ContainersAssignee: Ram Ranganathan <ramr>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfisher, mpatel
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: 2012-09-17 21:28:55 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:
Attachments:
Description Flags
scalable python gear status after git push
none
scale events none

Description joycezhang 2012-09-07 07:14:15 UTC
Created attachment 610642 [details]
scalable python gear status after git push

Description of problem:
Local gear is down after git push completed. Please refer to the screen shot in attachement.

Version-Release number of selected component (if applicable):
devenv_2128
rhc-0.98.9.gem

How reproducible:
always


Steps to Reproduce:
1.Create a python scalable app
#rhc app create -a myscapp4 -t python-2.6 -s
2.Do some changes and git push in local repo.
3.Check the gear status by haproxy status from browser or Rest API.
  
Actual results:
Local gear is down after git push completed.


Expected results:
All gears are up after git push.


Additional info:
Other cartridges like jbossas-7, jbosseap-6.0 can work well.

Comment 1 joycezhang 2012-09-07 07:17:29 UTC
Created attachment 610644 [details]
scale events

Comment 2 Ram Ranganathan 2012-09-07 19:26:34 UTC
Fixed with pull request: 
   https://github.com/openshift/crankcase/pull/463

Waiting on merge.

Comment 3 joycezhang 2012-09-10 05:08:35 UTC
This bug has been verified and fixed. Please refer to the details as below:

Verified build:
devenv_2140
rhc-0.98.10.gem

Steps to Verify:
1.Create a python scalable app
#rhc app create -a myscapp4 -t python-2.6 -s
2.Do some changes and git push in local repo.
3.Check the gear status by haproxy status from browser or Rest API.

Verified results:
All gears are still up after git push.

So this bug can be marked as Verified. Thanks.