4 stage upload process
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
The issue describes ddsclient's existing two-stage upload process but names no files, tests, or entry points. Trace the upload command and its scheduling logic, then determine how files are classified as small or large and new or existing. Done means the process handles four ordered stages: small new, large new, small existing, and large existing.
Written by the indexing model from the issue text.
Description
Yes. The way ddsclient uploads files is a two stage process. The first stage we upload small files - several at a time. The second stage we upload large files one at a time (with chunks be uploaded in parallel). Currently we sort the new files to the front within each stage.
Should I break it up into 4 stages: upload small new, upload large new, upload small existing, upload large existing?
Eventually yes, but let's create an issue for that item.
Originally posted by @dleehr in https://github.com/Duke-GCB/DukeDSClient/pull/271#issuecomment-540049128
- Dominant language
- Python
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Duke-GCB/DukeDSClient
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
Duke-GCB/DukeDSClient#323 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
Duke-GCB/DukeDSClient#349 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Duke-GCB/DukeDSClient#348 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Duke-GCB/DukeDSClient#347 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
Duke-GCB/DukeDSClient#346 · 1 comment ·
All issues in Duke-GCB/DukeDSClient
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100