Python Swift client ConnectionError: [Errno 9] File descriptor was closed in another greenlet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
New
|
Undecided
|
Unassigned |
Bug Description
I'm seeing the following exception about 10% of the time when load testing a private Docker registry instance which is relying on the Python-swiftclient v2.2.0 on Ubuntu 14.04 to upload chunked image layers to Swift storage. Any help in resolving this error would be much appreciated.
ClientException: put_object(
Traceback (most recent call last):
File "/usr/local/
rv = func(self.url, self.token, *args, **kwargs)
File "/usr/local/
conn.
File "/usr/local/
return self.request('PUT', full_path, data, headers, files)
File "/usr/local/
files=files, **self.
File "/usr/local/
return self.request_
File "/usr/local/
resp = self.send(prep, **send_kwargs)
File "/usr/local/
r = adapter.
File "/usr/local/
raise ConnectionError
ConnectionError: [Errno 9] File descriptor was closed in another greenlet
Thanks!