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

The protobuf-java leaks through client library dependencies #16254

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Oct 9, 2024

Description

The protobuf-java leaks through client library dependencies

Related Issues

Closes #16253

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@reta reta added Clients Clients within the Core repository such as High level Rest client and low level client skip-changelog labels Oct 9, 2024
@reta reta added v3.0.0 Issues and PRs related to version 3.0.0 v2.18.0 Issues and PRs related to version 2.18.0 labels Oct 9, 2024
@github-actions github-actions bot added the bug Something isn't working label Oct 9, 2024
@reta reta added the backport 2.x Backport to 2.x branch label Oct 9, 2024
Copy link
Contributor

github-actions bot commented Oct 9, 2024

❌ Gradle check result for 1d3510f: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Oct 9, 2024

❕ Gradle check result for 1d3510f: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.gateway.RecoveryFromGatewayIT.testShardStoreFetchMultiNodeMultiIndexesUsingBatchAction

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.95%. Comparing base (e7757e7) to head (97ff480).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16254      +/-   ##
============================================
- Coverage     71.97%   71.95%   -0.03%     
+ Complexity    64771    64690      -81     
============================================
  Files          5302     5302              
  Lines        302473   302473              
  Branches      43699    43699              
============================================
- Hits         217715   217641      -74     
- Misses        66950    66974      +24     
- Partials      17808    17858      +50     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta
Copy link
Collaborator Author

reta commented Oct 9, 2024

@mch2 my apologies, mind please re-approving (added CHANGELOG)? thank you

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Andriy Redko <[email protected]>
Copy link
Contributor

github-actions bot commented Oct 9, 2024

❕ Gradle check result for 97ff480: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@reta reta merged commit 68e3e45 into opensearch-project:main Oct 9, 2024
34 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 9, 2024
* The protobuf-java leaks through client library dependencies

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit 68e3e45)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Oct 10, 2024
…16260)

* The protobuf-java leaks through client library dependencies



* Address code review comments



---------


(cherry picked from commit 68e3e45)

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 16, 2024
…ch-project#16254)

* The protobuf-java leaks through client library dependencies

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 17, 2024
…ch-project#16254)

* The protobuf-java leaks through client library dependencies

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 21, 2024
…ch-project#16254)

* The protobuf-java leaks through client library dependencies

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch bug Something isn't working Clients Clients within the Core repository such as High level Rest client and low level client v2.18.0 Issues and PRs related to version 2.18.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The protobuf-java leaks through client library dependencies
3 participants