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: limit the number of clients running background cleanup jobs #1393

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

SandyXSD
Copy link
Contributor

@SandyXSD SandyXSD commented Feb 10, 2022

close #1358

@codecov-commenter
Copy link

Codecov Report

Merging #1393 (fdce1a1) into main (1bc8a6a) will decrease coverage by 0.05%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1393      +/-   ##
==========================================
- Coverage   59.54%   59.49%   -0.06%     
==========================================
  Files         128      128              
  Lines       21723    21722       -1     
==========================================
- Hits        12935    12923      -12     
- Misses       7251     7255       +4     
- Partials     1537     1544       +7     
Impacted Files Coverage Δ
pkg/meta/base.go 73.31% <44.44%> (+1.68%) ⬆️
pkg/meta/sql.go 67.42% <100.00%> (-0.30%) ⬇️
pkg/meta/tkv.go 75.27% <0.00%> (-0.77%) ⬇️
pkg/chunk/cached_store.go 73.18% <0.00%> (-0.35%) ⬇️
pkg/meta/redis.go 70.94% <0.00%> (-0.05%) ⬇️
pkg/vfs/handle.go 86.44% <0.00%> (+0.84%) ⬆️

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 1bc8a6a...fdce1a1. Read the comment docs.

@davies davies merged commit 01d32d0 into main Feb 10, 2022
@davies davies deleted the wip-limit-bgjobs branch February 10, 2022 05:47
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.

Skip background task if it's already run on another client
3 participants