Skip to content
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

support concurrent uploads for 'mc pipe' #4435

Merged
merged 1 commit into from Jan 6, 2023

Conversation

harshavardhana
Copy link
Member

Description

support concurrent uploads for 'mc pipe'

Motivation and Context

more performance with 'mc pipe'

How to test this PR?

You would need a large data set however concurrent uploads
allows for better throughput utilization leading to less
time spent uploading a large stream.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Optimization (provides speedup with no functional changes)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Fixes a regression (If yes, please add commit-id or PR # here)
  • Unit tests added/updated
  • Internal documentation updated
  • Create a documentation update request here

cmd/pipe-main.go Outdated Show resolved Hide resolved
cmd/pipe-main.go Show resolved Hide resolved
Copy link
Member

@vadmeste vadmeste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harshavardhana harshavardhana merged commit fbef5dd into minio:master Jan 6, 2023
@harshavardhana harshavardhana deleted the multipart-change branch January 6, 2023 20:17
djwfyi added a commit to minio/docs that referenced this pull request Jan 17, 2023
- Adds info on `mc mirror` continuing after a failed object sync [PR
4427](minio/mc#4427)
- Adds addition call type to `mc admin trace` [PR
4416](minio/mc#4416)
- Adds info about changed default file behavior for `mc support inspect`
[PR 4420](minio/mc#4420)
- Concurrent upload support for `mc pipe` [PR
4435](minio/mc#4435)
- Renames two `mc admin replicate` subcommands [PR
4383](minio/mc#4383)
- Updates behavior of `mc license update` to no longer require license
file [PR 4429](minio/mc#4429)
- New flag for `mc admin update` to bypass confirmation prompt [PR
4439](minio/mc#4427)

There is no doc issue to track this update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants