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

cli: Fix default buffer size for object PUT #2243

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Feb 7, 2023

Signed-off-by: Evgenii Stratonikov e.stratonikov@yadro.com

200MB object put time went down from 30s to 5s. Basically server spent too much time verifying signatures.

@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Merging #2243 (13e4c3b) into support/v0.35 (a27ef86) will increase coverage by 0.11%.
The diff coverage is 62.26%.

❗ Current head 13e4c3b differs from pull request most recent head bf9a805. Consider uploading reports for the commit bf9a805 to get more accurate results

@@                Coverage Diff                @@
##           support/v0.35    #2243      +/-   ##
=================================================
+ Coverage          30.87%   30.99%   +0.11%     
=================================================
  Files                383      383              
  Lines              28389    28419      +30     
=================================================
+ Hits                8766     8808      +42     
+ Misses             18876    18870       -6     
+ Partials             747      741       -6     
Impacted Files Coverage Δ
cmd/neofs-node/config.go 0.00% <0.00%> (ø)
pkg/local_object_storage/writecache/flush.go 56.59% <0.00%> (-0.63%) ⬇️
pkg/local_object_storage/writecache/storage.go 23.75% <ø> (ø)
pkg/local_object_storage/shard/control.go 76.19% <50.00%> (-0.32%) ⬇️
pkg/local_object_storage/engine/control.go 84.02% <85.18%> (+11.83%) ⬆️
pkg/local_object_storage/pilorama/batch.go 90.90% <100.00%> (+0.90%) ⬆️
pkg/local_object_storage/pilorama/boltdb.go 79.92% <100.00%> (+0.07%) ⬆️
pkg/local_object_storage/engine/shards.go 70.50% <0.00%> (+2.87%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

carpawell
carpawell previously approved these changes Feb 7, 2023
Copy link
Member

@carpawell carpawell left a comment

Choose a reason for hiding this comment

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

Changelog

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
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.

3 participants