[Openstack] Swift PUT error

Suchi Sinha (susinha) susinha at cisco.com
Thu Mar 14 22:34:30 UTC 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130314/dd76c3fa/attachment.html>


More information about the Openstack mailing list