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

fix ConfigClient data race #483

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

wcvb13
Copy link
Contributor

@wcvb13 wcvb13 commented Jul 4, 2022

fix #481

@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2022

Codecov Report

Merging #483 (6a93c8b) into master (bcceb19) will decrease coverage by 0.23%.
The diff coverage is 44.44%.

@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
- Coverage   51.23%   50.99%   -0.24%     
==========================================
  Files          25       25              
  Lines        2100     2102       +2     
==========================================
- Hits         1076     1072       -4     
- Misses        935      941       +6     
  Partials       89       89              
Impacted Files Coverage Δ
clients/config_client/config_client.go 46.87% <44.44%> (+0.01%) ⬆️
clients/naming_client/beat_reactor.go 77.96% <0.00%> (-6.78%) ⬇️
clients/naming_client/push_receiver.go 30.68% <0.00%> (-3.41%) ⬇️
clients/naming_client/host_reactor.go 60.16% <0.00%> (+1.62%) ⬆️

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 bcceb19...6a93c8b. Read the comment docs.

@binbin0325 binbin0325 merged commit dec3976 into nacos-group:master Jul 21, 2022
@binbin0325 binbin0325 changed the title fix: fix ConfigClient data race fix ConfigClient data race Aug 6, 2022
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.

ConfigClient并发问题
3 participants