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

feat: Prevent multiple instances of "ipfs routing reprovide" running together. #834

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

gsergey418alt
Copy link
Contributor

Fixes Kubo #10513. Added a mutex to provider/reprovider.

Copy link

codecov bot commented Feb 5, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 60.49%. Comparing base (9e4f046) to head (876fee7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
provider/reprovider.go 50.00% 2 Missing and 1 partial ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #834      +/-   ##
==========================================
- Coverage   60.55%   60.49%   -0.06%     
==========================================
  Files         244      244              
  Lines       31136    31142       +6     
==========================================
- Hits        18855    18840      -15     
- Misses      10604    10623      +19     
- Partials     1677     1679       +2     
Files with missing lines Coverage Δ
provider/reprovider.go 68.01% <50.00%> (-0.32%) ⬇️

... and 11 files with indirect coverage changes

@lidel lidel mentioned this pull request Feb 5, 2025
32 tasks
@lidel lidel requested a review from gammazero February 11, 2025 15:38
@gammazero gammazero merged commit 5ee2abc into ipfs:main Feb 11, 2025
13 checks passed
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.

Prevent multiple instances of "ipfs bitswap reprovide" running at the same time
3 participants