-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Open
Labels
:Core/Infra/SettingsSettings infrastructure and APIsSettings infrastructure and APIsTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team
Description
archiveUnknownOrInvalidSettings
can be fairly slow and impact startup times if the number of index settings is high and settings are complex, e.g. analyzers. We've seen this take up to 25mins for ~3M index settings.
We should investigate the performance bottleneck and identify improvements.
One potential improvement could be to not validate the same settings over and over again if the same for various indices.
Also, we might be able to skip validation on non-master nodes entirely.
Metadata
Metadata
Assignees
Labels
:Core/Infra/SettingsSettings infrastructure and APIsSettings infrastructure and APIsTeam:Core/InfraMeta label for core/infra teamMeta label for core/infra team