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

Collect shard sizes for closed indices #50645

Commits on Jan 6, 2020

  1. Collect shard sizes for closed indices

    Today the `InternalClusterInfoService` collects information on the sizes of
    shards of open indices, but does not consider closed indices. This means that
    shards of closed indices are treated as having zero size when they are being
    allocated. This commit fixes this, obtaining the sizes of all shards.
    
    Relates elastic#33888
    DaveCTurner committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    019fda6 View commit details
    Browse the repository at this point in the history