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

[7.x] Shared cache's recovery range should be aligned with page size #74471

Merged
merged 1 commit into from Jun 23, 2021

Conversation

tlrx
Copy link
Member

@tlrx tlrx commented Jun 23, 2021

Shared cache expects read and write operations to be aligned
with a given page size (4096 bytes). The recovery range size
setting should be validated against this constraint and the
integration tests should not try to set a non-aligned setting
value.

Backport of #74439
Closes #74372

…ic#74439)

Shared cache expects read and write operations to be aligned 
with a given page size (4096 bytes). The recovery range size 
setting should be validated against this constraint and the 
integration tests should not try to set a non-aligned setting 
value.

Closes elastic#74372
@tlrx tlrx added >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport v7.14.0 labels Jun 23, 2021
@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team label Jun 23, 2021
@elasticmachine
Copy link
Collaborator

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

@tlrx tlrx merged commit 6bdfc82 into elastic:7.x Jun 23, 2021
@tlrx tlrx deleted the align-recovery-range-frozen-7.x branch June 23, 2021 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team v7.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants