Bug 1044927

Summary: It always exists some error message with "Failed to get information from haproxy" in the scale_events.log as it is normal
Product: OpenShift Online Reporter: Nan Wei <nwei>
Component: ImageAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.xCC: bmeng, jolamb, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1057956 (view as bug list) Environment:
Last Closed: 2014-02-26 19:09:03 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:
Bug Depends On:    
Bug Blocks: 1057956    

Description Nan Wei 2013-12-19 09:06:40 UTC
Description of problem:
When ssh into a scale app, cat the scale_events.log file, it always exists some error message like this "Failed to get information from haproxy" and the scale app is normal.
Version-Release number of selected component (if applicable):
devenv_4156
How reproducible:
always
Steps to Reproduce:
1. Create a app 
#rhc app create pys python-2.7 -s.
2. cat haproyx/logs/scale_events.log
#cat /var/lib/openshift/$uuid/haproyx/logs/scale_events.log
Actual results:
[pys26-nweidevenv.dev.rhcloud.com 52b2a29bd132304f02000040]\> cat haproxy/logs/scale_events.log 
E, [2013-12-19T02:39:30.712170 #23014] ERROR -- : Failed to get information from haproxy
Expected results:
There are no error message if the message is correct.
Additional info:

Comment 1 Dan McPherson 2014-01-24 04:45:05 UTC
https://github.com/openshift/origin-server/pull/4583

Comment 3 Nan Wei 2014-01-24 09:48:05 UTC
Version-Release number of selected component (if applicable):
devenv_4270

1. Create a app 
#rhc app create perls perl-5.10 -s.

2. ssh app and cat haproyx/logs/scale_events.log
[perls-nweid.dev.rhcloud.com 52e235f8f305d2f3da000046]\> cat haproxy/logs/scale_events.log
I, [2014-01-24T04:45:10.513795 #15750]  INFO -- : Starting haproxy_ctld

There are no error message, so verify it.

Comment 4 John W. Lamb 2014-02-07 20:47:28 UTC
Added doc text to the wrong bug...