-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Enhancement]: Mark cgo pool with thread name #37999
Labels
Comments
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 25, 2024
Related to milvus-io#37999 This PR add `SetThreadName` API for marking cgo thread and utilize it when initializing cgo worker. Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 25, 2024
Related to milvus-io#37999 This PR add `SetThreadName` API for marking cgo thread and utilize it when initializing cgo worker. Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 26, 2024
Related to #37999 This PR add `SetThreadName` API for marking cgo thread and utilize it when initializing cgo worker. --------- Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Nov 26, 2024
Related to milvus-io#37999 This PR add `SetThreadName` API for marking cgo thread and utilize it when initializing cgo worker. --------- Signed-off-by: Congqi Xia <[email protected]>
JsDove
pushed a commit
to JsDove/milvus
that referenced
this issue
Nov 26, 2024
Related to milvus-io#37999 This PR add `SetThreadName` API for marking cgo thread and utilize it when initializing cgo worker. --------- Signed-off-by: Congqi Xia <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is there an existing issue for this?
What would you like to be added?
Use system API to mark cgo thread to make it easier to distinguish extra unexpected threads
Why is this needed?
Thread number is crucial to Milvus performance, with customized thread name, it is convenient for developer to locate the "leaked" thread source
Anything else?
No response
The text was updated successfully, but these errors were encountered: