Can a one-time change of addressing of the entire Elasticsearch cluster cause any problems?
Let's assume the scenario:
- We have a working Elasticserach cluster on addressing (IP_a, MASK_a, GATEa).
- We shutdown Elasticsearch services on all nodes.
- We change the addressing of Elasticsearch nodes from (IP_a, MASK_a, GATEa) to (IP_b, MASK_b, GATE_b).
- We run Elasticsearch services on all nodes with new addresses.
Will Elasticserach not have problems?