Comment 3 for bug 1227594

Revision history for this message
Hisashi Osanai (osanai-hisashi) wrote :

Hi David,

When I put an object that size is 256MB with 100 samples and 1
concurrency using swift-bench, I got following messages.

Jul 8 18:35:22 xxxxx proxy-server: ERROR with Object server 192.168.xx.87:6000/device0 re: Trying to get final status of PUT to /v1/AUTH_e76c621426b748b1acd32c2af359b59a/409bedd98f204d4e95854c0660350207_16/d5929b3fb1284f5f9e7b2ab75f2d0bac: Timeout (10s)

I found this bug report and checked whether there is the fix for
"Eventlet prefers timeout handling over other non blocking work #50"
in eventlet/hubs/poll.py (python-eventlet-0.14.0-1.el6.noarch).
The result is there is no fix for this.

The fix is:
https://github.com/eventlet/eventlet/commit/87845b039296bc405de88b7e9b2942597dc7ba7f

If possible, I would like to have your thought whether the output of above
timeout messages are same as your finding.