Skip to content

Fix non working update dynamic settings #80

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

Closed
dadoonet opened this issue Apr 21, 2015 · 0 comments
Closed

Fix non working update dynamic settings #80

dadoonet opened this issue Apr 21, 2015 · 0 comments
Assignees
Milestone

Comments

@dadoonet
Copy link
Member

Described in elastic/elasticsearch#10614, it's not possible with cloud discovery plugin to update dynamic settings anymore.

curl -XPUT localhost:9200/_cluster/settings -d '{
    "persistent" : {
        "discovery.zen.minimum_master_nodes" : 3
    },
    "transient" : {
        "discovery.zen.minimum_master_nodes" : 3
    }
}'

gives

{"acknowledged":true,"persistent":{},"transient":{}}
@dadoonet dadoonet added the bug label Apr 21, 2015
@dadoonet dadoonet self-assigned this Apr 21, 2015
@dadoonet dadoonet added the 2.6.1 label Apr 21, 2015
@dadoonet dadoonet added this to the 2.6.1 milestone Apr 21, 2015
dadoonet added a commit that referenced this issue Apr 29, 2015
Described in elastic/elasticsearch#10614, it's not possible with cloud discovery plugin to update dynamic settings anymore.

```sh
curl -XPUT localhost:9200/_cluster/settings -d '{
    "persistent" : {
        "discovery.zen.minimum_master_nodes" : 3
    },
    "transient" : {
        "discovery.zen.minimum_master_nodes" : 3
    }
}'
```

gives

```json
{"acknowledged":true,"persistent":{},"transient":{}}
```

Closes #80.
(cherry picked from commit 7749055)
dadoonet added a commit that referenced this issue Apr 29, 2015
Described in elastic/elasticsearch#10614, it's not possible with cloud discovery plugin to update dynamic settings anymore.

```sh
curl -XPUT localhost:9200/_cluster/settings -d '{
    "persistent" : {
        "discovery.zen.minimum_master_nodes" : 3
    },
    "transient" : {
        "discovery.zen.minimum_master_nodes" : 3
    }
}'
```

gives

```json
{"acknowledged":true,"persistent":{},"transient":{}}
```

Closes #80.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant