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: Return thread watcher goroutine after closed #38091

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

congqixia
Copy link
Contributor

Resolves #38090

@sre-ci-robot sre-ci-robot added the size/M Denotes a PR that changes 30-99 lines. label Nov 29, 2024
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Nov 29, 2024
@weiliu1031
Copy link
Contributor

/lgtm

@congqixia congqixia force-pushed the fix/quit_thread_watcher branch from acd1d9e to 2c473e8 Compare November 29, 2024 04:01
@sre-ci-robot sre-ci-robot removed the lgtm label Nov 29, 2024
@weiliu1031
Copy link
Contributor

/lgtm

Copy link
Contributor

mergify bot commented Nov 29, 2024

@congqixia go-sdk check failed, comment rerun go-sdk can trigger the job again.

@congqixia
Copy link
Contributor Author

rerun go-sdk

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.08%. Comparing base (9d3035c) to head (2c473e8).
Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #38091      +/-   ##
==========================================
+ Coverage   81.06%   81.08%   +0.02%     
==========================================
  Files        1369     1369              
  Lines      190967   190968       +1     
==========================================
+ Hits       154799   154849      +50     
+ Misses      30680    30637      -43     
+ Partials     5488     5482       -6     
Components Coverage Δ
Client 73.67% <ø> (ø)
Core 68.87% <ø> (ø)
Go 83.22% <100.00%> (+0.03%) ⬆️
Files with missing lines Coverage Δ
internal/util/metrics/thread.go 70.27% <100.00%> (+70.27%) ⬆️

... and 34 files with indirect coverage changes

@mergify mergify bot added the ci-passed label Nov 29, 2024
@sre-ci-robot sre-ci-robot merged commit 61f73d5 into milvus-io:master Nov 29, 2024
20 checks passed
congqixia added a commit to congqixia/milvus that referenced this pull request Nov 29, 2024
sre-ci-robot pushed a commit that referenced this pull request Dec 2, 2024
)

Cherry-pick from master
pr: #38091 
Resolves #38090

Signed-off-by: Congqi Xia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: thread watcher goroutine does not exit when closed
3 participants