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

meta: add an option no-bgjob to disable background jobs #1472

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Conversation

SandyXSD
Copy link
Contributor

@SandyXSD SandyXSD commented Feb 23, 2022

close #1337

@codecov-commenter
Copy link

Codecov Report

Merging #1472 (8e902ab) into main (fcf13cc) will decrease coverage by 0.05%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1472      +/-   ##
==========================================
- Coverage   59.32%   59.26%   -0.06%     
==========================================
  Files         131      131              
  Lines       21963    21991      +28     
==========================================
+ Hits        13029    13033       +4     
- Misses       7379     7404      +25     
+ Partials     1555     1554       -1     
Impacted Files Coverage Δ
cmd/gateway.go 29.28% <0.00%> (-0.17%) ⬇️
pkg/meta/config.go 100.00% <ø> (ø)
pkg/meta/base.go 72.08% <66.66%> (-0.21%) ⬇️
cmd/mount.go 72.95% <100.00%> (+0.43%) ⬆️
pkg/meta/redis.go 71.25% <100.00%> (+0.10%) ⬆️
pkg/utils/utils.go 75.00% <0.00%> (-8.73%) ⬇️
pkg/chunk/cached_store.go 70.76% <0.00%> (-3.47%) ⬇️
pkg/chunk/disk_cache.go 79.80% <0.00%> (-0.50%) ⬇️
pkg/object/swift.go 4.65% <0.00%> (-0.12%) ⬇️
pkg/meta/sql.go 68.33% <0.00%> (-0.06%) ⬇️
... and 8 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 fcf13cc...8e902ab. Read the comment docs.

@SandyXSD SandyXSD requested a review from davies February 23, 2022 14:41
@davies davies merged commit 4eca84b into main Feb 23, 2022
@davies davies deleted the wip-no-bgjob branch February 23, 2022 15:07
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.

support gc control in NewSession
3 participants