Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix IP GC scan all running unhealthy #1883

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

Icarus9913
Copy link
Collaborator

I make the monitorGCSignal initial scan all signal sending runs in goroutine. And it surely not blocks the for loop.

Signed-off-by: Icarus9913 icaruswu66@qq.com

What this PR does / why we need it:
fix bug

Which issue(s) this PR fixes:
close #1882

@Icarus9913 Icarus9913 added pr/release/bug pr/ready-review This pull is ready for review cherrypick-release-v0.5 Cherry-pick the PR to branch release-v0.5. cherrypick-release-v0.6 Cherry-pick the PR to branch release-v0.6. labels Jun 12, 2023
@Icarus9913 Icarus9913 requested a review from weizhoublue as a code owner June 12, 2023 03:07
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #1883 (46f8c7f) into main (1f42a81) will decrease coverage by 0.52%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1883      +/-   ##
==========================================
- Coverage   81.81%   81.29%   -0.52%     
==========================================
  Files          49       49              
  Lines        5218     5218              
==========================================
- Hits         4269     4242      -27     
- Misses        788      819      +31     
+ Partials      161      157       -4     
Flag Coverage Δ
unittests 81.29% <ø> (-0.52%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Signed-off-by: Icarus9913 <icaruswu66@qq.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cherrypick-release-v0.5 Cherry-pick the PR to branch release-v0.5. cherrypick-release-v0.6 Cherry-pick the PR to branch release-v0.6. pr/ready-review This pull is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IP GC scan all running unhealthy
2 participants