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

enhance(controller): use s3 multipart upload for huge file #1158

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

xuchuan
Copy link
Contributor

@xuchuan xuchuan commented Sep 8, 2022

Description

Modules

  • UI
  • Controller
  • Agent
  • Client
  • Python-SDK
  • Others

Checklist

  • run code format and lint check
  • add unit test
  • add necessary doc

@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #1158 (4138b7b) into main (3c7351a) will decrease coverage by 11.22%.
The diff coverage is 81.81%.

@@              Coverage Diff              @@
##               main    #1158       +/-   ##
=============================================
- Coverage     75.38%   64.16%   -11.23%     
- Complexity      848      855        +7     
=============================================
  Files           205      142       -63     
  Lines         10780     3940     -6840     
  Branches        419      424        +5     
=============================================
- Hits           8127     2528     -5599     
+ Misses         2506     1262     -1244     
- Partials        147      150        +3     
Flag Coverage Δ
controller 64.16% <81.81%> (+0.26%) ⬆️
standalone ?
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...whale/mlops/storage/s3/StorageAccessServiceS3.java 74.13% <77.41%> (+2.20%) ⬆️
...s/domain/swds/objectstore/StorageAccessParser.java 50.00% <100.00%> (+6.52%) ⬆️
...n/java/ai/starwhale/mlops/storage/s3/S3Config.java 75.00% <100.00%> (+8.33%) ⬆️
client/starwhale/base/bundle_copy.py
client/starwhale/api/job.py
client/starwhale/api/_impl/dataset/mnist.py
client/starwhale/utils/venv_pack.py
client/starwhale/api/_impl/metric.py
client/starwhale/api/_impl/dataset/builder.py
client/starwhale/core/job/model.py
... and 56 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@jialeicui jialeicui left a comment

Choose a reason for hiding this comment

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

LGTM

@jialeicui jialeicui merged commit f5dcab2 into star-whale:main Sep 9, 2022
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.

2 participants