overture-stack / rollcall

A service for managing indices and aliases in an elasticsearch cluster
GNU Affero General Public License v3.0
0 stars 1 forks source link

Feature Request: Release and unrelease index in an atomic operation #35

Closed jaserud closed 4 years ago

jaserud commented 4 years ago

Currently index aliases are removed first, then the new aliases are added

This creates a race condition where there is no index with an alias.

Detailed Description

Possible Implementation