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

Bump zstd version to 1.5.5-5 #9431

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

sarthakaggarwal97
Copy link
Contributor

@sarthakaggarwal97 sarthakaggarwal97 commented Aug 18, 2023

Description

Upgrading zstd version to 1.5.5-5

Related Issues

Resolves #9422 partially

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

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #9431 (1d603eb) into main (3588d61) will increase coverage by 0.08%.
Report is 1 commits behind head on main.
The diff coverage is 77.58%.

@@             Coverage Diff              @@
##               main    #9431      +/-   ##
============================================
+ Coverage     71.07%   71.16%   +0.08%     
- Complexity    57412    57492      +80     
============================================
  Files          4776     4776              
  Lines        270748   270796      +48     
  Branches      39579    39580       +1     
============================================
+ Hits         192441   192717     +276     
+ Misses        62109    61878     -231     
- Partials      16198    16201       +3     
Files Changed Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 93.18% <ø> (ø)
...rc/main/java/org/opensearch/index/IndexModule.java 82.35% <ø> (ø)
...c/main/java/org/opensearch/index/IndexService.java 75.43% <72.22%> (+0.21%) ⬆️
...in/java/org/opensearch/indices/IndicesService.java 71.28% <74.07%> (+0.11%) ⬆️
...h/cluster/metadata/MetadataCreateIndexService.java 79.42% <90.90%> (+0.04%) ⬆️
...luster/metadata/MetadataUpdateSettingsService.java 71.12% <100.00%> (+0.69%) ⬆️
.../main/java/org/opensearch/index/IndexSettings.java 86.29% <100.00%> (+0.03%) ⬆️

... and 487 files with indirect coverage changes

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 8e95a82

Incompatible components

Incompatible components: [https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/security-analytics.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git]

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 8e95a82

Incompatible components

Incompatible components: [https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/asynchronous-search.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/reporting.git]

@reta reta merged commit ba78d93 into opensearch-project:main Aug 18, 2023
11 checks passed
@reta reta added bug Something isn't working backport 2.x Backport to 2.x branch backport 2.9 Backport to 2.9 branch labels Aug 18, 2023
@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:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-9431-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ba78d93acf1da6dae16952d8978de87cb4df2c61
# Push it to GitHub
git push --set-upstream origin backport/backport-9431-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

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

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.9 failed:

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

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.9 2.9
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.9
# Create a new branch
git switch --create backport/backport-9431-to-2.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ba78d93acf1da6dae16952d8978de87cb4df2c61
# Push it to GitHub
git push --set-upstream origin backport/backport-9431-to-2.9
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.9

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

sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this pull request Aug 18, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
(cherry picked from commit ba78d93)
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this pull request Aug 18, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
(cherry picked from commit ba78d93)
@reta
Copy link
Collaborator

reta commented Aug 18, 2023

@sarthakaggarwal97 could you please send manual backports to 2.x and 2.9? thank you

reta pushed a commit that referenced this pull request Aug 18, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
(cherry picked from commit ba78d93)
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this pull request Aug 18, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
(cherry picked from commit ba78d93)
sarthakaggarwal97 added a commit to sarthakaggarwal97/OpenSearch that referenced this pull request Aug 18, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
(cherry picked from commit ba78d93)
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
reta pushed a commit that referenced this pull request Aug 18, 2023
(cherry picked from commit ba78d93)

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Aug 25, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Gaganjuneja pushed a commit to Gaganjuneja/OpenSearch that referenced this pull request Aug 28, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Gaganjuneja pushed a commit to Gaganjuneja/OpenSearch that referenced this pull request Aug 28, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
kkmr pushed a commit to kkmr/OpenSearch that referenced this pull request Aug 28, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Kiran Reddy <kkreddy@amazon.com>
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
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 backport 2.9 Backport to 2.9 branch backport-failed bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Demote] ZStd compression from GA / LTS to experimental and release a 2.9.1 patch
3 participants