Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Hanging copy when request times out #131

Open
geNAZt opened this issue May 24, 2017 · 3 comments
Open

Hanging copy when request times out #131

geNAZt opened this issue May 24, 2017 · 3 comments

Comments

@geNAZt
Copy link

geNAZt commented May 24, 2017

Context

  • svfs version : 0.9.1
  • storage provider : OVH
  • product : public cloud (openstack)

Steps to reproduce this issue :

  1. Get a Digital Ocean Droplet located in Frankfurt
  2. Mount via: mount -t svfs -o container=test test /mnt/svfs/test
  3. Copy ~240 MB worth of data from (unzipped https://www.feed-the-beast.com/projects/ftb-beyond/files/2420140/download) local SSD via: cp ~/server/* /mnt/svfs/test/ -R
  4. Wait till errors may show up and the cp hangs

Results you expected :

Either no request timeout, retry or at least a FS level error which will cause CP not to hang

Results you observed

I got those logs:

2017/05/24 10:26:32 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>
root@Fuse-Prototype:/mnt/svfs/test# 2017/05/24 10:27:30 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>

and in result of that all requests died. iftop showed no traffic and cp hangs and i had to SIGKILL it.

@voondo
Copy link

voondo commented May 30, 2017

Same problem here. I periodically need to SIGKILL svfs.

@fredo-m
Copy link

fredo-m commented Jun 2, 2017

I try to copy backups of a few giga created with BackupPC, and the copy fails regularly, more than two thirds fails.

@Piopio
Copy link

Piopio commented Jul 7, 2017

same problem ! (Object Storage container)

tested with cp, rsync (with FAQ recomandations) and swift client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants