-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot upload large file to ocis server #267
Comments
Server console excerpt, when trying with the web interface:
|
Also seen with the copose setup
Phoenix web gui shows a nice progress bar for the 10MB file upload, that progrresses up to 27 percent, then resets, and repeats for several attempts. |
I'm surprised that it does not work, because there is an API test that uploads and downloads a big file |
The issue seems to be triggered if the file cannot be uploaded within a time-period. To force it throttle the connection |
Multi-dimensional problem:
Also see: #203
Desktop issue for 2.7: owncloud/client#7862 (Similar for Android, fix planned for 2.15) |
More dimensions to add to that multidimensionality:
|
Cannot test this with ocis on eos, due to #265 |
No, I don't hink so. Better handled in new issue I'd say… |
there is likely a timeout issue in OCIS. @butonic is this a deployment thing or something we need to change in our default configs ? |
Sorry for this messy issue. When I started, I thought small files had uploaded successfully with the client. So I concluded that it is related to the size. Currently I cannot upload any files, small or large with a desktop client. So forget my ramblings about client chunking and ignore the misleading client screenshots above. The client issue to follow up is #265 This messy issue here should focus on large files and timeouts. That is already reproducable with phoenix. No desktop client involved. |
the timeout part of the problem is tracked in #120 |
Re-tested with client-2.7.0daily20200708 vs docker image owncloud/ocis:1.0.0-beta8 (plain owncloud storage)
As far as I can see the basic issue is fixed with beta8, more detailled issues are tracked elsewhere. |
retested with
Version details ocis-1.0.0-rc1OCIS_VERSION: v1.0.0-rc1 ocis --version: ocis version 199267c^M git log: commit 199267c13e916aa8de027a81dbf6733af820369f (HEAD, tag: refs/tags/v1.0.0-rc1) eos --version: EOS 4.6.5 (2019)^M xrootd -v: v4.11.0^M bin/ocis contains: owncloud/ocis-accounts@v0.4.2-0.20200901074457-6a27781a2741 owncloud/ocis-glauth@v0.5.1-0.20200731165959-1081de7c60f1 owncloud/ocis-graph-explorer@v0.0.0-20200210111049-017eeb40dc0c owncloud/ocis-graph@v0.0.0-20200318175820-9a5a6e029db7 owncloud/ocis-hello@v0.1.0-alpha1.0.20200828085053-37fcf3c8f853 owncloud/ocis-konnectd@v0.3.2 owncloud/ocis-migration@v0.2.0 owncloud/ocis-ocs@v0.3.1 owncloud/ocis-phoenix@v0.13.0 owncloud/ocis-pkg/v2@v2.4.1-0.20200828095914-d3b859484b2b owncloud/ocis-proxy@v0.7.1-0.20200904132806-fcceec602fcb owncloud/ocis-reva@v0.13.0 owncloud/ocis-settings@v0.3.2-0.20200902094647-35dc3aeaba78 owncloud/ocis-store@v0.1.1 owncloud/ocis-thumbnails@v0.3.0 owncloud/ocis-webdav@v0.1.1 Upload of an 5.5 GB file works fine on RC1. Both, Phoenix and desktop. |
[Tests-Only] Fetch API testrunner from specific branch and commit
Test setup via https://gitea.owncloud.services/jw/hetzner/src/branch/master/make_ocis_test.sh
[EDIT: this can be reproduced with Phoenix. See further below
The client scenario may have been spoiled by e.g. https://github.com/owncloud/client/issues/7863]
client connected via https://localhost:9200
When creating a folder Music on the local filesystem, the folder also gets created on the server. OK.
When copying a MP3 file of ca 10MB into the folder Music, the sync to the server fails:
when uploading the same MP3 file of ca 10 MB via the Web UI, the upload fails:
A small 40k bytes mp3 file can be uploaded without problem. both via Web ui and desktop client.
The text was updated successfully, but these errors were encountered: