Skip to content

Commit 316e539

Browse files
committed
updated known issues
1 parent 7cac8a8 commit 316e539

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/release-notes/known-issues.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ navigation_title: "Known issues"
77

88
For detailed issues, refer to the [Java client repo](https://github.com/elastic/elasticsearch-java/issues).
99

10+
## 9.x [known-issues-9-x]
11+
12+
All 9.x versions of the client previous to, respectively, 9.2.4, 9.1.10 and 9.0.9 are affected by a bug with the new Rest5Client where memory usage is substantially higher than necessary.
13+
This problem was [fixed](https://github.com/elastic/elasticsearch-java/pull/1122) in 9.2.4, 9.1.10 and 9.0.9.
1014

1115
## 9.0.0 [known-issues-9-0-0]
1216

@@ -55,4 +59,4 @@ implementation("org.elasticsearch.client:elasticsearch-rest-client:8.16.6")
5559
<artifactId>elasticsearch-rest-client</artifactId>
5660
<version>8.16.6</version>
5761
</dependency>
58-
```
62+
```

0 commit comments

Comments
 (0)