-
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
fix: Wrap init segcore tracing with golang timeout #33494
fix: Wrap init segcore tracing with golang timeout #33494
Conversation
See also milvus-io#33483 Wrap `C.InitTrace` & `C.SetTrace` with timeout preventing otlp initializtion hangs forever when endpoint is not set correctly Signed-off-by: Congqi Xia <[email protected]>
[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 |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
@congqixia ut workflow job failed, comment |
Signed-off-by: Congqi Xia <[email protected]>
@congqixia ut workflow job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #33494 +/- ##
==========================================
- Coverage 82.14% 81.96% -0.19%
==========================================
Files 1012 1013 +1
Lines 129269 129872 +603
==========================================
+ Hits 106188 106448 +260
- Misses 19090 19446 +356
+ Partials 3991 3978 -13
|
Signed-off-by: Congqi Xia <[email protected]>
/lgtm |
See also milvus-io#33483 Wrap `C.InitTrace` & `C.SetTrace` with timeout preventing otlp initializtion hangs forever when endpoint is not set correctly --------- Signed-off-by: Congqi Xia <[email protected]>
…4191) Cherry-pick from master pr: #33494 See also #33483 Wrap `C.InitTrace` & `C.SetTrace` with timeout preventing otlp initializtion hangs forever when endpoint is not set correctly Signed-off-by: Congqi Xia <[email protected]>
See also milvus-io#33483 Wrap `C.InitTrace` & `C.SetTrace` with timeout preventing otlp initializtion hangs forever when endpoint is not set correctly --------- Signed-off-by: Congqi Xia <[email protected]>
See also #33483
Wrap
C.InitTrace
&C.SetTrace
with timeout preventing otlp initializtion hangs forever when endpoint is not set correctly