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

Restore shard routing. #6393

Closed
wants to merge 2 commits into from
Closed

Restore shard routing. #6393

wants to merge 2 commits into from

Commits on Jun 3, 2014

  1. Routing: Restore shard routing.

    Routing has been inadvertly changed in elastic#5562 resulting in documents going to
    different shards in 1.2. This is a terrible bug because an indexing request
    would not necessarily go to the same shard anymore, potentially leading to
    duplicates.
    
    Close elastic#6391
    jpountz committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    3f15182 View commit details
    Browse the repository at this point in the history
  2. Address @colings86 's concerns.

    jpountz committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    4f74e30 View commit details
    Browse the repository at this point in the history