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

vfs: write control file asynchronously #1747

Merged
merged 5 commits into from
Apr 11, 2022
Merged

vfs: write control file asynchronously #1747

merged 5 commits into from
Apr 11, 2022

Conversation

SandyXSD
Copy link
Contributor

@SandyXSD SandyXSD commented Apr 8, 2022

@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2022

Codecov Report

Merging #1747 (b7789b3) into main (2c88893) will increase coverage by 0.18%.
The diff coverage is 45.45%.

@@            Coverage Diff             @@
##             main    #1747      +/-   ##
==========================================
+ Coverage   61.68%   61.87%   +0.18%     
==========================================
  Files         135      135              
  Lines       22908    22935      +27     
==========================================
+ Hits        14131    14190      +59     
+ Misses       7181     7153      -28     
+ Partials     1596     1592       -4     
Impacted Files Coverage Δ
cmd/format.go 60.89% <0.00%> (-1.61%) ⬇️
pkg/object/encrypt.go 68.29% <45.45%> (ø)
cmd/warmup.go 64.66% <50.00%> (+0.43%) ⬆️
cmd/rmr.go 62.29% <60.00%> (+1.27%) ⬆️
cmd/info.go 69.51% <66.66%> (+1.15%) ⬆️
pkg/vfs/vfs.go 77.98% <100.00%> (+0.06%) ⬆️
pkg/meta/sql.go 67.13% <0.00%> (-0.11%) ⬇️
pkg/object/b2.go 2.12% <0.00%> (-0.05%) ⬇️
pkg/meta/base.go 71.69% <0.00%> (+0.50%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6f3cc4...b7789b3. Read the comment docs.

@SandyXSD SandyXSD changed the title cmd/warmup: add instruction if process exits when warming up on MacOS vfs: write control file asynchronously Apr 11, 2022
@SandyXSD SandyXSD requested a review from davies April 11, 2022 09:03
cmd/warmup.go Outdated Show resolved Hide resolved
@davies davies merged commit 2d15787 into main Apr 11, 2022
@davies davies deleted the mac-warmup-exit branch April 11, 2022 14:32
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.

Mount process exits when running warm up
3 participants