acehttp.py [LINE:82 ]# ERROR [28.11 16:46:56] [MYIP]: does not read data until 15.0 sec
Traceback (most recent call last):
File "/opt/HTTPAceProxy/acehttp.py", line 297, in write_chunk
try: client.q.put(chunk, timeout=timeout)
File "src/gevent/queue.py", line 243, in gevent._queue.Queue.put
File "src/gevent/queue.py", line 276, in gevent._queue.Queue.put
File "src/gevent/_waiter.py", line 151, in gevent.__waiter.Waiter.get
File "src/gevent/_greenlet_primitives.py", line 60, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 60, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 64, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
queue.Full
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
File "/opt/HTTPAceProxy/acehttp.py", line 303, in <lambda>
_ = params['chunkpool'].map(lambda client: write_chunk(client, chunk), params['broadcastclients'])
File "/opt/HTTPAceProxy/acehttp.py", line 299, in write_chunk
client.send_error(500, '[%s]: does not read data until %s sec' % (client.clientip, timeout), logging.ERROR)
File "/opt/HTTPAceProxy/acehttp.py", line 79, in send_error
self.end_headers()
File "/usr/lib/python3.6/http/server.py", line 520, in end_headers
self.flush_headers()
File "/usr/lib/python3.6/http/server.py", line 524, in flush_headers
self.wfile.write(b"".join(self._headers_buffer))
File "/usr/lib/python3.6/socketserver.py", line 803, in write
self._sock.sendall(b)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socket3.py", line 458, in sendall
return _socketcommon._sendall(self, data_memory, flags)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socketcommon.py", line 374, in _sendall
timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socketcommon.py", line 303, in __send_chunk
data_sent += socket.send(chunk, flags)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socket3.py", line 439, in send
return _socket.socket.send(self._sock, data, flags)
BrokenPipeError: [Errno 32] Broken pipe
2019-11-28T13:46:56Z <Greenlet at 0x7fd08f611348: <lambda>(<main.HTTPHandler object at 0x7fd08f5ef048>)> failed with BrokenPipeError
Traceback (most recent call last):
File "/opt/HTTPAceProxy/acehttp.py", line 297, in write_chunk
try: client.q.put(chunk, timeout=timeout)
File "src/gevent/queue.py", line 243, in gevent._queue.Queue.put
File "src/gevent/queue.py", line 276, in gevent._queue.Queue.put
File "src/gevent/_waiter.py", line 151, in gevent.__waiter.Waiter.get
File "src/gevent/_greenlet_primitives.py", line 60, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 60, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 64, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
queue.Full
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.6/dist-packages/gevent/pool.py", line 163, in __map
[self.spawn(func, i) for i in iterable]]
File "/usr/local/lib/python3.6/dist-packages/gevent/pool.py", line 162, in <listcomp>
return [g.get() for g in
File "src/gevent/greenlet.py", line 709, in gevent._greenlet.Greenlet.get
File "src/gevent/greenlet.py", line 317, in gevent._greenlet.Greenlet._raise_exception
File "/usr/local/lib/python3.6/dist-packages/gevent/_compat.py", line 47, in reraise
raise value.with_traceback(tb)
File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
File "/opt/HTTPAceProxy/acehttp.py", line 303, in <lambda>
_ = params['chunkpool'].map(lambda client: write_chunk(client, chunk), params['broadcastclients'])
File "/opt/HTTPAceProxy/acehttp.py", line 299, in write_chunk
client.send_error(500, '[%s]: does not read data until %s sec' % (client.clientip, timeout), logging.ERROR)
File "/opt/HTTPAceProxy/acehttp.py", line 79, in send_error
self.end_headers()
File "/usr/lib/python3.6/http/server.py", line 520, in end_headers
self.flush_headers()
File "/usr/lib/python3.6/http/server.py", line 524, in flush_headers
self.wfile.write(b"".join(self._headers_buffer))
File "/usr/lib/python3.6/socketserver.py", line 803, in write
self._sock.sendall(b)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socket3.py", line 458, in sendall
return _socketcommon._sendall(self, data_memory, flags)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socketcommon.py", line 374, in _sendall
timeleft = __send_chunk(socket, chunk, flags, timeleft, end)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socketcommon.py", line 303, in __send_chunk
data_sent += socket.send(chunk, flags)
File "/usr/local/lib/python3.6/dist-packages/gevent/_socket3.py", line 439, in send
return _socket.socket.send(self._sock, data, flags)
BrokenPipeError: [Errno 32] Broken pipe
2019-11-28T13:46:56Z <Greenlet at 0x7fd08f611148: <bound method GroupMappingMixin.__map of <Pool at 0x7fd08f66a9b0 set()>>(<function StreamReader.<locals>.StreamWriter.<loca, set())> failed with BrokenPipeError