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

Add BlobContainer.writeBlobAtomic() #30902

Merged
merged 6 commits into from
Jun 5, 2018
Merged

Commits on Jun 5, 2018

  1. Add BlobContainer.writeBlobAtomic()

    This commit adds a new writeBlobAtomic() method to the BlobContainer
    interface that can be implemented by repository implementations which
    support atomic writes operations.
    
    When the repository does not support atomic writes, this method just
    delegate the write operation to the usual writeBlob() method.
    
    Related to elastic#30680
    tlrx committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c2ff0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b2af7 View commit details
    Browse the repository at this point in the history
  3. Remove last usage of move()

    tlrx committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    793a9e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7c5f19 View commit details
    Browse the repository at this point in the history
  5. Apply fidebaque

    tlrx committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    795a0a1 View commit details
    Browse the repository at this point in the history
  6. Remove leftover

    tlrx committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    9a71131 View commit details
    Browse the repository at this point in the history