Skip to content

Fix OpenSearch client compression setting#26633

Open
moesterheld wants to merge 6 commits into
masterfrom
fix/os-client-compression
Open

Fix OpenSearch client compression setting#26633
moesterheld wants to merge 6 commits into
masterfrom
fix/os-client-compression

Conversation

@moesterheld

@moesterheld moesterheld commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Description

The setting elasticsearch_compression_enabled was used in the client (in both opensearch2 and opensearch3 storage modules) to toggle the chunked setting of the client.
This PR fixes this to correctly toggle the compression setting.

Additionally, the opensearch-java client was bumped to 3.9.0 and the parameter documentation clarified to state that this affects both requests and responses.

Motivation and Context

fixes wrong handling of compression settings

How Has This Been Tested?

manually by setting compression to enabled

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have requested a documentation update.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@moesterheld moesterheld requested a review from todvora July 10, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant