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

ClusterInfoService should wipe local cache upon unknown exceptions #9449

Closed
wants to merge 4 commits into from

Commits on Jan 27, 2015

  1. Internal: ClusterInfoService should wipe local cache upon unknown exc…

    …eptions
    
     The InternalClusterInfoService reaches out to the nodes to get information about their disk usage and shard store size. Upon a node level error we currently remove the node info from the local cache. We should also clear the cache when we run into an error on the action level (excluding any info from all nodes).
    
     This also adds settings for the timeout used when waiting for nodes.
    bleskes committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    2a38ae2 View commit details
    Browse the repository at this point in the history
  2. minor tweak

    bleskes committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    6167095 View commit details
    Browse the repository at this point in the history
  3. feedback 1

    bleskes committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ad01c50 View commit details
    Browse the repository at this point in the history
  4. feedback 2

    bleskes committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    f3637b9 View commit details
    Browse the repository at this point in the history