Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use node name to specify initial master nodes
With this commit we use the Elasticsearch node name instead of its IP to configure `cluster.initial_master_nodes`. This avoids any ambiguity in case multiple nodes are configured per host. For backwards-compatibility we fallback to previous behavior if the template variable `all_node_names` is undefined. Relates elastic/rally#804
- Loading branch information