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

Commits on Jan 13, 2022

  1. Fix FLS for frozen tier (elastic#82521)

    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 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c3c904b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    54dada5 View commit details
    Browse the repository at this point in the history