elasticsearch/qa/system-indices
Luca Cavanna 9647f6bd12
Don't set number of shards to 0 for system indices that use auto-expand replicas (#108994)
Many of our system indices that rely on auto_expand_replicas get created providing a manual number of replicas. Such number will be immediately overridden by the auto expand replicas functionality according to the number of data nodes available. While this causes no harm, it seems misleading and unnecessary, a potential misuse that we can avoid for indices that we create ourselves.

Ideally we'd even prevent this from happening by rejecting such index creation requests, but that would be a breaking change that we'd prefer not to make at this time.
2024-06-11 12:52:20 +02:00
..
src Don't set number of shards to 0 for system indices that use auto-expand replicas (#108994) 2024-06-11 12:52:20 +02:00
build.gradle Add JUnit rule based integration test cluster orchestration framework (#92379) 2022-12-21 15:33:46 -08:00