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.17] Fix FLS for frozen tier (#82521) #82566

Merged
merged 2 commits into from
Jan 14, 2022

Conversation

ywelsch
Copy link
Contributor

@ywelsch ywelsch commented Jan 13, 2022

Backports the following commits to 7.17:

Field level security was interacting in bad ways with the can-match phase on frozen tier shards (interaction between
FieldSubsetReader and RewriteCachingDirectoryReader). This made can-match phase fail, which in the normal case
would result in extra load on the frozen tier, and in the extreme case (in interaction with elastic#51708) made searches fail.

This is a bug that was indirectly introduced by elastic#78988.

Closes elastic#82044
@ywelsch
Copy link
Contributor Author

ywelsch commented Jan 14, 2022

@elasticmachine run elasticsearch-ci/part-2

(random test failure in a world of unstable builds)

@ywelsch
Copy link
Contributor Author

ywelsch commented Jan 14, 2022

@elasticmachine update branch

@ywelsch ywelsch merged commit 99c802f into elastic:7.17 Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants