mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Long uploads get interrupted frequently #38

Closed mrdomino closed 8 years ago

mrdomino commented 8 years ago

I'm trying to upload about 30GB to a Davros share, and it seems as though the grain is getting shut down at regular intervals, possibly because the keepalive is expiring.

paulproteus commented 8 years ago

Question about uploads: Are you doing them by the web browser, or by a mobile/native/desktop/CLI client?

mrdomino commented 8 years ago

It's with the Owncloud desktop client on Linux.

paulproteus commented 8 years ago

It could also be being oom-killed due to a known Sandstorm http-bridge bug. Steve, any chance that's what's going on? dmesg and/or syslog will mention OOM kill events, fwiw.

mrdomino commented 8 years ago

Seems unlikely -- the profile is lots of smallish files, and the server has a decent amount of RAM. Haven't looked at anything other than the grain logs yet though -- if I get a chance, I'll try and reproduce it and take a look.

On Tue, Mar 29, 2016 at 1:37 PM Asheesh Laroia notifications@github.com wrote:

It could also be being oom-killed due to a known Sandstorm http-bridge bug. Steve, any chance that's what's going on? dmesg and/or syslog will mention OOM kill events, fwiw.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/mnutt/davros/issues/38#issuecomment-203017906

mnutt commented 8 years ago

I've run into this same issue as well. The owncloud client had an issue involving mtimes and an off-by-one error, I've updated Davros's mtime handling to account for this. Would you mind trying again, and if it's still an issue I'll re-open.