Skip to content

Commit

Permalink
Update supported version for max_shard_size parameter in Shrink API (o…
Browse files Browse the repository at this point in the history
…pensearch-project#11439)

* Update supported version for max_shard_size parameter in Shrink API

Signed-off-by: Gao Binlong <[email protected]>

* Modify changelog

Signed-off-by: Gao Binlong <[email protected]>

---------

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored and rayshrey committed Mar 18, 2024
1 parent ff4195e commit d94b129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([#4827](https://github.com/opensearch-project/OpenSearch/pull/4827))
- Fix compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944))
- Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response ([#9993](https://github.com/opensearch-project/OpenSearch/pull/9993))
- Update supported version for max_shard_size parameter in Shrink API ([#11439](https://github.com/opensearch-project/OpenSearch/pull/11439))

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# number_of_shards for the target index.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.4.99"
reason: "max_shard_size was introduced in 2.5.0"
features: allowed_warnings

- do:
Expand Down

0 comments on commit d94b129

Please sign in to comment.