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

Added _shards header to all write responses. #7994

Merged

Commits on Jan 8, 2015

  1. Core: Added _shards header to all write responses.

    The header indicates to how many shard copies (primary and replicas shards) a write was supposed to go to, to how many
    shard copies to write succeeded and potentially captures shard failures if writing into a replica shard fails.
    
    For async writes it also includes the number of shards a write is still pending.
    
    Closes elastic#7994
    martijnvg committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    ca4f27f View commit details
    Browse the repository at this point in the history