oracle / oracle/oci-cli

Regression with Object Storage bulk-upload and put object commands in OCI CLI v3.51.2 while uploading objects in a particular order

Open
#892 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. Upload a small object
  2. Upload an object > 50GiB (more than the maximum part size, this returns an error)
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.