Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement primitive reads in ByteArrayIndexInput #79885

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Oct 27, 2021

This can possible enhance performance of those actions.

@iverase iverase added >non-issue :Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. v8.0.0 labels Oct 27, 2021
@iverase iverase requested a review from jpountz October 27, 2021 07:36
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Oct 27, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@iverase iverase changed the title Delegate primitive reads in ByteArrayIndexInput Implement primitive reads in ByteArrayIndexInput Oct 27, 2021
@iverase iverase merged commit 036f881 into elastic:master Oct 27, 2021
@iverase iverase deleted the ByteArrayIndexInput branch October 27, 2021 10:05
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Jan 24, 2023
We introduced a bug in elastic#79885 by not accounting for cases where there's
a nonzero offset in the underlying byte array. Unfortunately
`ESIndexInputTestCase` didn't cover these code paths. This commit
extends the test coverage and fixes the bug.
DaveCTurner added a commit that referenced this pull request Jan 24, 2023
We introduced a bug in #79885 by not accounting for cases where there's
a nonzero offset in the underlying byte array. Unfortunately
`ESIndexInputTestCase` didn't cover these code paths. This commit
extends the test coverage and fixes the bug.
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Jan 24, 2023
We introduced a bug in elastic#79885 by not accounting for cases where there's
a nonzero offset in the underlying byte array. Unfortunately
`ESIndexInputTestCase` didn't cover these code paths. This commit
extends the test coverage and fixes the bug.
elasticsearchmachine pushed a commit that referenced this pull request Jan 24, 2023
We introduced a bug in #79885 by not accounting for cases where there's
a nonzero offset in the underlying byte array. Unfortunately
`ESIndexInputTestCase` didn't cover these code paths. This commit
extends the test coverage and fixes the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. >non-issue Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. v8.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants