We are seeing lot of this error when we do load/ stress testing on our swift
cluster..
Our assumption connection time between proxy and object server is timeing
out.
We increase client time out option. Still no luck..
Anybody else has seen this erro..
ERROR __call__ error with PUT
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/swift/obj/server.py", line 932, in
__call__
res = method(req)
File "/usr/lib/python2.7/dist-packages/swift/common/utils.py", line 1459, in
wrapped
return func(*a, **kw)
File "/usr/lib/python2.7/dist-packages/swift/obj/server.py", line 612, in PUT
for chunk in iter(lambda: reader(self.network_chunk_size), ''):
File "/usr/lib/python2.7/dist-packages/swift/obj/server.py", line 612, in
<lambda>
for chunk in iter(lambda: reader(self.network_chunk_size), ''):
File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 147, in read
return self._chunked_read(self.rfile, length)
File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 137, in
_chunked_read
self.chunk_length = int(rfile.readline().split(";", 1)[0], 16)
ValueError: invalid literal for int() with base 16: ''
~Suchi
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp