[JIRA] (OVIRT-2166) Python's HTTP server is overloaded

[ https://ovirt-jira.atlassian.net/browse/OVIRT-2166?page=com.atlassian.jira.p... ] Gal Ben Haim reassigned OVIRT-2166: ----------------------------------- Assignee: Gal Ben Haim (was: infra)
Python's HTTP server is overloaded ----------------------------------
Key: OVIRT-2166 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2166 Project: oVirt - virtualization made easy Issue Type: Bug Components: OST Reporter: Gal Ben Haim Assignee: Gal Ben Haim
When running `lago ovirt deploy` we experience the following error: ``` 08:23:24 [basic-suit] * [Thread-3] Deploy VM lago-basic-suite-master-host-1: Success (in 0:00:20) 08:23:25 [basic-suit] Traceback (most recent call last): 08:23:25 [basic-suit] File "/usr/lib64/python2.7/SocketServer.py", line 295, in _handle_request_noblock 08:23:25 [basic-suit] self.process_request(request, client_address) 08:23:25 [basic-suit] File "/usr/lib64/python2.7/SocketServer.py", line 321, in process_request 08:23:25 [basic-suit] self.finish_request(request, client_address) 08:23:25 [basic-suit] File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request 08:23:25 [basic-suit] self.RequestHandlerClass(request, client_address, self) 08:23:25 [basic-suit] File "/usr/lib64/python2.7/SocketServer.py", line 651, in __init__ 08:23:25 [basic-suit] self.finish() 08:23:25 [basic-suit] File "/usr/lib64/python2.7/SocketServer.py", line 710, in finish 08:23:25 [basic-suit] self.wfile.close() 08:23:25 [basic-suit] File "/usr/lib64/python2.7/socket.py", line 279, in close 08:23:25 [basic-suit] self.flush() 08:23:25 [basic-suit] File "/usr/lib64/python2.7/socket.py", line 303, in flush 08:23:25 [basic-suit] self._sock.sendall(view[write_offset:write_offset+buffer_size]) 08:23:25 [basic-suit] error: [Errno 32] Broken pipe ``` It seems like `yum` on the VMs close the connection to the internal repo because it's too slow. This error doesn't fail OST, just pollute its log.
-- This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100087)
participants (1)
-
Gal Ben Haim (oVirt JIRA)