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

Add METADATA_READ and METADATA_WRITE blocks #9203

Merged
merged 1 commit into from Apr 23, 2015

Commits on Apr 23, 2015

  1. Internal: Add METADATA_READ and METADATA_WRITE blocks

    This commit splits the current ClusterBlockLevel.METADATA into two disctins ClusterBlockLevel.METADATA_READ and ClusterBlockLevel.METADATA_WRITE blocks. It allows to make a distinction between
    an operation that modifies the index or cluster metadata and an operation that does not change any metadata.
    
    Before this commit, many operations where blocked when the cluster was read-only: Cluster Stats, Get Mappings, Get Snapshot, Get Index Settings, etc. Now those operations are allowed even when
    the cluster or the index is read-only.
    
    Related to elastic#8102, elastic#2833
    
    Closes elastic#3703
    Closes elastic#5855
    Closes elastic#10521
    Closes elastic#10522
    tlrx committed Apr 23, 2015
    1 Configuration menu
    Copy the full SHA
    adc0807 View commit details
    Browse the repository at this point in the history