https://bugzilla.wikimedia.org/show_bug.cgi?id=36587

--- Comment #21 from Jan Gerber <jger...@wikimedia.org> 2012-10-18 15:33:18 UTC 
---
Aaron, is it possible that your failed upload is related to a non ascii
filename? Have you tried with an ascii only filename and large filesize?

Uploading 430mb file here fails with:

{"servedby":"srv297",
 "error":{
   "code":"stashfailed",
   "info":"Could not read file
\"mwstore&#58;\/\/local-swift\/local-temp\/8\/8c\/10xtcqa7qx6c.c4odgl.1731370.ogx.0\"."
 }
}

thats 'backend-fail-read', so it fails in doConcatenate in
 includes/filebackend/FileBackendStore.php

mwstore:// looks like a virtualSource, so its the second loop, can it be that
tmp files are cleaned up between checking them out in the first loop and the
second? why is this done in 2 loops?

file ends in 0 so its the first chunk that is missing. $wgUploadStashMaxAge is
6 hours so its unlikely that they get collected at this stage. Any other
cleanup things happening that could be the issue?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to