Skip to content

Commit 23f229e

Browse files
DaveCTurnerpquentin
authored andcommitted
Add known issue docs for elastic#95114 (elastic#96448)
1 parent e25434e commit 23f229e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/release-notes/8.7.1.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33

44
Also see <<breaking-changes-8.7,Breaking changes in 8.7>>.
55

6+
[[known-issues-8.7.1]]
7+
[float]
8+
=== Known issues
9+
10+
* `ArrayIndexOutOfBoundsException` may be thrown while creating a transport message
11+
+
12+
Certain sequences of writes and seeks to the buffer used to create a transport
13+
message may encounter an alignment bug which results in an
14+
`ArrayIndexOutOfBoundsException`, preventing the transport message from being
15+
sent.
16+
+
17+
This issue is fixed in 8.8.0.
18+
619
[[bug-8.7.1]]
720
[float]
821
=== Bug fixes

0 commit comments

Comments
 (0)