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

Adjust translog after versionType is removed in 7.0 #32020

Merged
merged 4 commits into from
Jul 17, 2018

Commits on Jul 13, 2018

  1. Adjust translog after versionType is removed in 7.0

    With the presence of sequence number, we no longer use versionType to
    resolve out of order collision and remove it in 7.0.
    
    This PR adjusts translog to adapt that change.
    
    Relates elastic#31945
    dnhatn committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    6826812 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

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

Commits on Jul 17, 2018

  1. backport formats from 7.0

    dnhatn committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    53d99e4 View commit details
    Browse the repository at this point in the history
  2. always read version_type

    dnhatn committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    ca897b6 View commit details
    Browse the repository at this point in the history