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

Avoid race condition in ILMHistorySotre #53039

Merged
merged 4 commits into from
Mar 4, 2020

Commits on Mar 2, 2020

  1. Avoid race condition in ILMHistorySotre

    This change modifies ILMHistoryStore to always apply correct settings and mappings,
    even if template is deleted and not yet recreated. This ensures that ILM history index
    is correctly managed by ILM and also fixes flaky history tests that were prone to
    triggenring this race.
    
    This commit also refactors and simplifies ILM history tests.
    
    Closes elastic#50353 and elastic#52853
    probakowski committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    ccc6d16 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    ad432c9 View commit details
    Browse the repository at this point in the history
  2. Review comment

    probakowski committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7a86390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acde520 View commit details
    Browse the repository at this point in the history