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

Routine dependency updates: Netty 4.1.91.Final, ASM 9.5, ByteBuddy 1.14.3 #6981

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

reta
Copy link
Collaborator

@reta reta commented Apr 4, 2023

Description

Routine dependency updates: Netty 4.1.91.Final, ASM 9.5, ByteBuddy 1.14.3

Issues Resolved

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

Gradle Check (Jenkins) Run Completed with:

CHANGELOG.md Outdated Show resolved Hide resolved
…14.3

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2023

Codecov Report

Merging #6981 (4af2609) into main (95c6ed9) will decrease coverage by 0.07%.
The diff coverage is 65.50%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main    #6981      +/-   ##
============================================
- Coverage     70.78%   70.71%   -0.07%     
+ Complexity    59305    59294      -11     
============================================
  Files          4813     4823      +10     
  Lines        283781   284010     +229     
  Branches      40924    40949      +25     
============================================
- Hits         200864   200840      -24     
- Misses        66420    66759     +339     
+ Partials      16497    16411      -86     
Impacted Files Coverage Δ
...ch/index/codec/customcodecs/CustomCodecPlugin.java 0.00% <0.00%> (ø)
...h/index/codec/customcodecs/CustomCodecService.java 0.00% <0.00%> (ø)
.../codec/customcodecs/CustomCodecServiceFactory.java 0.00% <0.00%> (ø)
...ustomcodecs/PerFieldMappingPostingFormatCodec.java 0.00% <0.00%> (ø)
...customcodecs/Lucene95CustomStoredFieldsFormat.java 25.00% <25.00%> (ø)
.../index/codec/customcodecs/Lucene95CustomCodec.java 60.00% <60.00%> (ø)
.../codec/customcodecs/ZstdNoDictCompressionMode.java 76.71% <76.71%> (ø)
...opensearch/index/codec/customcodecs/ZstdCodec.java 80.00% <80.00%> (ø)
...arch/index/codec/customcodecs/ZstdNoDictCodec.java 80.00% <80.00%> (ø)
.../index/codec/customcodecs/ZstdCompressionMode.java 84.09% <84.09%> (ø)

... and 493 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

Gradle Check (Jenkins) Run Completed with:

@reta
Copy link
Collaborator Author

reta commented Apr 4, 2023

Gradle Check (Jenkins) Run Completed with:

* **RESULT:** FAILURE x

* **URL:** https://build.ci.opensearch.org/job/gradle-check/13406/

* **CommitID:** [4af2609](https://github.com/opensearch-project/OpenSearch/commit/4af2609326918d05f0bd6dc11a3f2a7cce4a7b5b)
  Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green.
  Is the failure [a flaky test](https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md#flaky-tests) unrelated to your change?
-----------
* What went wrong:
Execution failed for task ':distribution:docker:buildDockerImage'.
> A failure occurred while executing org.opensearch.gradle.docker.DockerBuildTask$DockerBuildAction
   > Failed to pull Docker **** image [centos:8], all attempts failed

@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

Gradle Check (Jenkins) Run Completed with:

@reta reta merged commit 5094541 into opensearch-project:main Apr 4, 2023
@reta reta added backport 1.x backport 2.x Backport to 2.x branch backport 1.3 Backport to 1.3 branch labels Apr 4, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-6981-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 509454169778bb8b26a1fe8441975f7c344ec4be
# Push it to GitHub
git push --set-upstream origin backport/backport-6981-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-6981-to-1.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-6981-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 509454169778bb8b26a1fe8441975f7c344ec4be
# Push it to GitHub
git push --set-upstream origin backport/backport-6981-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-6981-to-2.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-6981-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 509454169778bb8b26a1fe8441975f7c344ec4be
# Push it to GitHub
git push --set-upstream origin backport/backport-6981-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-6981-to-1.3.

reta added a commit to reta/OpenSearch that referenced this pull request Apr 4, 2023
…14.3 (opensearch-project#6981)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 5094541)
reta added a commit to reta/OpenSearch that referenced this pull request Apr 4, 2023
…14.3 (opensearch-project#6981)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 5094541)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
mitrofmep pushed a commit to mitrofmep/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Valentin Mitrofanov <mitrofmep@gmail.com>
reta added a commit to reta/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 5094541)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit that referenced this pull request Apr 5, 2023
…14.3 (#6981) (#6986)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit to reta/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981) (opensearch-project#6986)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit to reta/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981) (opensearch-project#6986)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit that referenced this pull request Apr 5, 2023
…14.3 (#6981) (#6986) (#7005)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit to reta/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981) (opensearch-project#6986) (opensearch-project#7005)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit to reta/OpenSearch that referenced this pull request Apr 5, 2023
…14.3 (opensearch-project#6981) (opensearch-project#6986) (opensearch-project#7005)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
reta added a commit that referenced this pull request Apr 6, 2023
…14.3 (#6981) (#6986) (#7005) (#7021)

(cherry picked from commit 5094541)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x backport 1.3 Backport to 1.3 branch backport 2.x Backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants