You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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]>
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: