Skip to content

Conversation

@benwtrent
Copy link
Member

Backports the following commits to 8.0:

…elastic#80377)

When deserializing multi-doc compressed model definitions, I
periodically receive weird errors regarding bytes references.  Turns
out, when we parse the individual bytes references we parse them into
`ByteArrays` which satisfy the `bytes()` method.  But,
`CompositeBytesReference`, when there are multiple BytesReferences, does
not allow `bytes()` to be called.
@benwtrent benwtrent added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport labels Nov 5, 2021
@elasticsearchmachine elasticsearchmachine merged commit 0faede5 into elastic:8.0 Nov 5, 2021
@benwtrent benwtrent deleted the backport/8.0/pr-80377 branch November 5, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v8.0.0-rc2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants