Regression with Object Storage bulk-upload and put object commands in OCI CLI v3.51.2 while uploading objects in a particular order
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
Description
The OCI CLI v3.51.2 has a regression which may affect bulk-upload and put command in CLI. The regression is seen for uploads done in a particular order:
- Upload a small object
- Upload an object > 50GiB (more than the maximum part size, this returns an error)
- Upload a small object (this fails with timeout)
Workaround
Users facing this issue can use OCI CLI v3.51.1 as a workaround while we fix this issue
Contributor guide
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.
Research direction
Start by reproducing the sequence with the Object Storage bulk-upload and put commands: upload a small object, attempt an object over 50GiB, then upload another small object. Compare behavior in OCI CLI v3.51.1 and v3.51.2; done means the final small-object upload no longer times out after the oversized upload failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100