-
Notifications
You must be signed in to change notification settings - Fork 283
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
Add tracer for getHttpTransports #3338
Conversation
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #3338 +/- ##
=========================================
Coverage 64.17% 64.18%
+ Complexity 3472 3471 -1
=========================================
Files 263 263
Lines 20112 20112
Branches 3359 3359
=========================================
+ Hits 12907 12908 +1
- Misses 5526 5529 +3
+ Partials 1679 1675 -4
|
Looking into the bwc failure now |
After 5 times re-run on the task of plugin install for windows runner, it is still failing on the connection issue:
So I was wondering, if this changes brought some longer setup time for windows? I may want to extend the sleep time to see what happens. |
The error logs indicate there is a bug preventing the server from coming up:
|
This PR is blocked by the Auto increment PR: #3323 The bwc tests are failing because a cluster cannot be formed between 2.10 and 3.0.0 now that 2.11 exists. |
@RyanL1997 You may need to add the changes from #3323 into this PR |
i cant merge it. no permissions |
Add tracer for getHttpTransports - Related Add Tracing Instrumentation at Network and Rest layer OpenSearch#9415 Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit c9e109f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Add tracer for getHttpTransports - Related Add Tracing Instrumentation at Network and Rest layer OpenSearch#9415 Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit c9e109f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Incremented version to **2.11.0-SNAPSHOT**. - Backport c9e109f from #3338. --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
[Describe what this change achieves]
Maintenance
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.