Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Fix non working update dynamic settings #47

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

Fix non working update dynamic settings #47

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 self-assigned this Apr 21, 2015
@dadoonet dadoonet added this to the 2.5.1 milestone Apr 21, 2015
dadoonet added a commit that referenced this issue Apr 22, 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 #47.

(cherry picked from commit 9df33a3)
dadoonet added a commit that referenced this issue Apr 22, 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 #47.
@dadoonet dadoonet added the 2.6.0 label Jun 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant