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

Initialize document subset bit set cache used for DLS #46211

Merged
merged 4 commits into from Sep 4, 2019

Commits on Aug 31, 2019

  1. Initialize empty document subset bit set cache used for DLS

    This commit initializes `DocumentSubsetBitsetCache` even if DLS
    is disabled, previously it would throw null pointer when querying
    usage stats. It is okay to initialize empty `DocumentSubsetBitsetCache`
    so it does not fail when accessing usage stats.
    
    Closes elastic#45147
    Yogesh Gaikwad committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ac01c9b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. fix precommit errors

    Yogesh Gaikwad committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    5c37d89 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 45147-fix

    Yogesh Gaikwad committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    c7127ca View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. address review comment

    Yogesh Gaikwad committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    520d201 View commit details
    Browse the repository at this point in the history