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

Ignore translog retention policy if soft-deletes enabled #45473

Merged
merged 12 commits into from
Aug 21, 2019

Commits on Aug 12, 2019

  1. Default to zero translog retention

    Now that elastic#45136 means we perform recoveries from the index rather than the
    translog (if soft deletes are enabled) there is no need to retain extra
    translog for performing peer recoveries. This commit reduces the default
    translog retention to zero so that it can be discarded more quickly.
    DaveCTurner authored and dnhatn committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a68ff32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f09fbb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. fix frozen tests

    dnhatn committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    5b5c646 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. feeback

    dnhatn committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    8f760fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf74dc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. test comment

    dnhatn committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f04d020 View commit details
    Browse the repository at this point in the history
  2. translog doc

    dnhatn committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0d103be View commit details
    Browse the repository at this point in the history
  3. use deprecation api

    dnhatn committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c9e5dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    335d048 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. fix docs

    dnhatn committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    1693789 View commit details
    Browse the repository at this point in the history
  2. random settings

    dnhatn committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    73fb9b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a46933 View commit details
    Browse the repository at this point in the history