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: 解决ctrl+c导致data race 问题 #357

Merged
merged 12 commits into from
Jul 22, 2022
Merged

fix: 解决ctrl+c导致data race 问题 #357

merged 12 commits into from
Jul 22, 2022

Conversation

B15030328
Copy link
Contributor

Describe what this PR does / why we need it

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2022

Codecov Report

Merging #357 (cc0c5ce) into master (f38db3d) will decrease coverage by 0.47%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #357      +/-   ##
==========================================
- Coverage   34.10%   33.63%   -0.48%     
==========================================
  Files          88       89       +1     
  Lines        6445     6268     -177     
==========================================
- Hits         2198     2108      -90     
+ Misses       4114     4032      -82     
+ Partials      133      128       -5     
Impacted Files Coverage Δ
pkg/application/application.go 75.21% <66.66%> (-0.86%) ⬇️
pkg/executor/xxl/executor.go 38.02% <0.00%> (-2.70%) ⬇️
pkg/store/gorm/init.go 42.30% <0.00%> (ø)
pkg/store/gorm/config.go 0.00% <0.00%> (ø)
pkg/server/xgrpc/config.go 26.86% <0.00%> (ø)
pkg/xlog/hook.go 100.00% <0.00%> (ø)
pkg/client/resty/resty.go 90.00% <0.00%> (+0.09%) ⬆️
pkg/conf/datasource/apollo/apollo.go 93.10% <0.00%> (+0.51%) ⬆️
pkg/xlog/config.go 22.00% <0.00%> (+2.76%) ⬆️
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@sysulq sysulq changed the title 解决ctrl+c导致data race 问题 fix: 解决ctrl+c导致data race 问题 Jul 22, 2022
@sysulq sysulq merged commit dd7f1db into douyu:master Jul 22, 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.

None yet

3 participants