ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out #127

Closed rdemendoza closed 7 years ago

rdemendoza commented 7 years ago

Error

Unsolicited response received on idle HTTP channel starting with "HTTP/1.0 408 Request Time-out\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"; err=<nil>

Context

Steps to reproduce this issue :

tar cJPf $destitnation/$archive_file --atime-preserve --preserve-permissions --same-owner --acls --xattrs --selinux --exclude-caches $backup_files (~ 1 to 6 GiB file) randomly append sometimes over 45 servers (mostly when executed from cron task)

xlucas commented 7 years ago

Check out #109