requests to SSL wrapped sockets hang while reading using py3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Triaged
|
Undecided
|
Unassigned | ||
OpenStack Compute (nova) |
Invalid
|
Undecided
|
Unassigned | ||
OpenStack Shared File Systems Service (Manila) |
Invalid
|
Low
|
Unassigned | ||
neutron |
Invalid
|
High
|
Unassigned | ||
oslo.service |
Fix Released
|
High
|
Herve Beraud |
Bug Description
If we run unit tests using py3 then we get following errors:
=======
FAIL: manila.
tags: worker-0
-------
Empty attachments:
pythonlogging:''
stdout
stderr: {{{
Traceback (most recent call last):
File "/home/
timer()
File "/home/
cb(*args, **kw)
File "/home/
result = function(*args, **kwargs)
File "/home/
client_socket = sock.accept()
File "/home/
suppress_
File "/home/
self.
File "/home/
super(
File "/home/
return func(*a, **kw)
File "/usr/lib/
self.
ssl.SSLWantRead
}}}
Traceback (most recent call last):
File "/home/
'https:/
File "/usr/lib/
return opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
context=
File "/usr/lib/
h.request(
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.send(msg)
File "/usr/lib/
self.connect()
File "/usr/lib/
server_
File "/home/
return GreenSSLSocket(
File "/home/
self.
File "/home/
super(
File "/home/
timeout_
File "/home/
return hub.switch()
File "/home/
return self.greenlet.
File "/home/
self.
File "/home/
presult = self.do_
File "/home/
return self.poll.
File "/home/
raise TimeoutException()
fixtures.
Debugging by hands shown that service starting and closing OK, but when we request something from it using py3 and SSL then we do not get answer at all. In case of unit tests we face test timeout.
Changed in manila: | |
importance: | Undecided → Low |
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in manila: | |
milestone: | none → newton-1 |
status: | New → Triaged |
Changed in manila: | |
assignee: | nobody → Victoria Martinez de la Cruz (vkmc) |
Changed in manila: | |
milestone: | newton-1 → rocky-3 |
tags: | added: python3 |
Changed in manila: | |
milestone: | rocky-3 → stein-3 |
Changed in manila: | |
milestone: | stein-3 → stein-rc1 |
Changed in manila: | |
milestone: | stein-rc1 → train-1 |
summary: |
- requests to SSL wrapped sockets hang while reading using py3 + Xanax without Prescription at YourRxPills.Com |
description: | updated |
description: | updated |
summary: |
- Xanax without Prescription at YourRxPills.Com + requests to SSL wrapped sockets hang while reading using py3 |
Changed in manila: | |
milestone: | train-1 → none |
Changed in glance: | |
importance: | Undecided → High |
importance: | High → Undecided |
Changed in oslo.service: | |
assignee: | nobody → Herve Beraud (herveberaud) |
status: | Triaged → In Progress |
Changed in manila: | |
status: | Triaged → Invalid |
assignee: | Victoria Martinez de la Cruz (vkmc) → nobody |
Related fix proposed to branch: master /review. openstack. org/210372
Review: https:/