Skip to content

Commit

Permalink
Update supported version for max_shard_size parameter in Shrink API
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Dec 4, 2023
1 parent 69cc2a1 commit 329fe6b
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 @@ -86,6 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response ([#9993](https://github.com/opensearch-project/OpenSearch/pull/9993))
- [BUG] Fix the thread context that is not properly cleared and messes up the traces ([#10873](https://github.com/opensearch-project/OpenSearch/pull/10873))
- Handle canMatchSearchAfter for frozen context scenario ([#11249](https://github.com/opensearch-project/OpenSearch/pull/11249))
- Update supported version for max_shard_size parameter in Shrink API

### 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 329fe6b

Please sign in to comment.