Browse Source

Add known issue docs for #95114 (#96448)

David Turner 2 years ago
parent
commit
b7d9442ac1
1 changed files with 13 additions and 0 deletions
  1. 13 0
      docs/reference/release-notes/8.7.1.asciidoc

+ 13 - 0
docs/reference/release-notes/8.7.1.asciidoc

@@ -3,6 +3,19 @@
 
 Also see <<breaking-changes-8.7,Breaking changes in 8.7>>.
 
+[[known-issues-8.7.1]]
+[float]
+=== Known issues
+
+* `ArrayIndexOutOfBoundsException` may be thrown while creating a transport message
++
+Certain sequences of writes and seeks to the buffer used to create a transport
+message may encounter an alignment bug which results in an
+`ArrayIndexOutOfBoundsException`, preventing the transport message from being
+sent.
++
+This issue is fixed in 8.8.0.
+
 [[bug-8.7.1]]
 [float]
 === Bug fixes