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

fix writeIndex evaluation for aliases #31562

Merged
merged 2 commits into from
Jun 26, 2018
Merged

Commits on Jun 25, 2018

  1. fix writeIndex evaluation for aliases

    AliasOrIndex.Alias#writeIndex was returning a write index when
    an alias was pointing to only one index, regardless whether `is_write_index` was
    set to `false`. This fixes that so that there is no write index in such a case
    that an alias points to only one index with `is_write_index=false`.
    talevy committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3124312 View commit details
    Browse the repository at this point in the history
  2. clean up logic

    talevy committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    dbb6319 View commit details
    Browse the repository at this point in the history