Skip to content

Commit ec72491

Browse files
dk2kdbwiddis
authored andcommitted
Updated CHANGELOG.md
Signed-off-by: Dmitry Kryukov <[email protected]>
1 parent 23df850 commit ec72491

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8585
- [Streaming Indexing] Fix intermittent 'The bulk request must be terminated by a newline [\n]' failures [#16337](https://github.com/opensearch-project/OpenSearch/pull/16337))
8686
- Fix wrong default value when setting `index.number_of_routing_shards` to null on index creation ([#16331](https://github.com/opensearch-project/OpenSearch/pull/16331))
8787
- [Workload Management] Make query groups persistent across process restarts [#16370](https://github.com/opensearch-project/OpenSearch/pull/16370)
88-
8988
- Fix inefficient Stream API call chains ending with count() ([#15386](https://github.com/opensearch-project/OpenSearch/pull/15386))
89+
- Fix array hashCode calculation in ResyncReplicationRequest ([#16378](https://github.com/opensearch-project/OpenSearch/pull/16378))
9090

9191
### Security
9292

server/src/test/java/org/opensearch/action/resync/ResyncReplicationRequestTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
import org.opensearch.test.OpenSearchTestCase;
4141

4242
import java.io.IOException;
43-
import java.nio.charset.Charset;
4443
import java.nio.charset.StandardCharsets;
4544

4645
import static org.hamcrest.Matchers.equalTo;

0 commit comments

Comments
 (0)