Skip to content

Commit fa9e422

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ 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-
88+
- Fix disk usage exceeds threshold cluster can't spin up issue ([#15258](https://github.com/opensearch-project/OpenSearch/pull/15258)))
8989
- Fix inefficient Stream API call chains ending with count() ([#15386](https://github.com/opensearch-project/OpenSearch/pull/15386))
90+
- Array, passed to Objects.hash(), should be wrapped into Arrays.hashCode() ([#16378](https://github.com/opensearch-project/OpenSearch/pull/16378))
9091

9192
### Security
9293

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)