Gal Ben Haim created OVIRT-2166:
-----------------------------------

             Summary: 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: infra


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)
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/RS4MIPJJUD3NLLGTUJ7A6DFR53Z427T4/

Reply via email to