Understanding a Timeout
I've been testing files of various sizes, and while doing so I am tailing /var/log/syslog
For files around 100MB (haven't gone larger yet), i see the following line maybe 25% of the time: Jun 13 10:22:59 proxy-01 proxy-server ERROR with Object server 192.168.X.X:6000/sdb1 re: Trying to get final status of PUT to /v1/AUTH_d2e67314-2a18-45e9-bde1-7b2b3d6da553/test3/100MB: Timeout (10s)
The PUT always succeeds, so I'm wondering how I would know to care about this log entry. If it works, why log an error? (Though, maybe it really is an error, and I should adjust the node_timeout value in the proxy conf.)
Thoughts?