elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.71k stars 24.67k forks source link

Don't update downsample replicas unless necessary #109968

Closed javanna closed 3 months ago

javanna commented 3 months ago

The downsample index gets created with either 0 or 1 replica. Later, the number of replicas gets updated via update index settings API. Could we avoid updating the number of replicas to 1 when it's already set to 1?

elasticsearchmachine commented 3 months ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)