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

Allow to get metadata from arbitrary commit points #7376

Merged
merged 1 commit into from Aug 21, 2014

Commits on Aug 21, 2014

  1. [STORE] Allow to get metadata from arbitrary commit points

    Today we always use the latest commit point to return the metadata from
    the store. This might cause problems for snapshot and restore since in
    contrast to recovery it won't prevent concurrent flushes (lucene commits).
    This can lead to all kinds of interesting effects if we are snapshotting
    while flushing. This change uses the IndexCommit to open the metadata snapshot
    from the store which is consistent with what we snapshot.
    
    Closes elastic#7376
    s1monw committed Aug 21, 2014
    Copy the full SHA
    99ef340 View commit details
    Browse the repository at this point in the history