Skip to content

Conversation

@Oofles
Copy link
Contributor

@Oofles Oofles commented Oct 16, 2019

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for v that will display if the node is a voting node.

cat-nodes_voting

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.
@jrodewig jrodewig added :Data Management/CAT APIs Text APIs behind /_cat :Distributed Coordination/Allocation All issues relating to the decision making around placing a shard (both master logic & on the nodes) >docs General docs changes v7.4.2 v7.5.0 v7.6.0 v8.0.0 labels Oct 17, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Allocation)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/CAT APIs)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-docs (>docs)

`node.role`, `r`, `role`, `nodeRole`::
(Default) Roles of the node. Returned values include `m` (master-eligible node),
`d` (data node), `i` (ingest node), and `-` (coordinating node only).
`d` (data node), `i` (ingest node), `v` (voting node), and `-` (coordinating node only).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we call those voting-only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to read "voting-only node"

Updated "voting node" to read "voting-only node"
Copy link
Contributor

@ywelsch ywelsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ywelsch ywelsch added :Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. v7.3.3 and removed :Data Management/CAT APIs Text APIs behind /_cat :Distributed Coordination/Allocation All issues relating to the decision making around placing a shard (both master logic & on the nodes) labels Oct 17, 2019
@Oofles Oofles merged commit f375e55 into 7.4 Oct 17, 2019
@Oofles Oofles deleted the Oofles-patch-1 branch October 17, 2019 18:59
@ywelsch
Copy link
Contributor

ywelsch commented Oct 21, 2019

@Oofles this needs to be merged into all 7.x / master branches as well (see version labels).

ywelsch pushed a commit that referenced this pull request Oct 22, 2019
* [DOCS] Added the voting node.role value 

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.

* [DOCS] Added the voting node.role value

Updated "voting node" to read "voting-only node"
ywelsch pushed a commit that referenced this pull request Oct 22, 2019
* [DOCS] Added the voting node.role value 

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.

* [DOCS] Added the voting node.role value

Updated "voting node" to read "voting-only node"
ywelsch pushed a commit that referenced this pull request Oct 22, 2019
* [DOCS] Added the voting node.role value 

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.

* [DOCS] Added the voting node.role value

Updated "voting node" to read "voting-only node"
ywelsch pushed a commit that referenced this pull request Oct 22, 2019
* [DOCS] Added the voting node.role value 

With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.

* [DOCS] Added the voting node.role value

Updated "voting node" to read "voting-only node"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. >docs General docs changes v7.3.3 v7.4.2 v7.5.0 v7.6.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants