Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

[Errno 32] Broken pipe #40

Open
tomasramanauskas opened this issue Aug 4, 2016 · 1 comment
Open

[Errno 32] Broken pipe #40

tomasramanauskas opened this issue Aug 4, 2016 · 1 comment

Comments

@tomasramanauskas
Copy link

tomasramanauskas commented Aug 4, 2016

Hi, we just started to use governor and it seems to be more or less working.
However I saw in the log files these exceptions:

Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 651, in init
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

Is this a known issue?

@joeljacobs
Copy link

I am having the same issue. I see that it has something to do with how HAproxy interacts with status_handler.py, but haven't yet found a solution. Have you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants