mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
When we update a model snapshot we need to write it back to the exact index where we read it from. This is necessary for rollover as otherwise we would end up with two different versions of the same snapshot. Relates elastic/x-pack-elasticsearch#827 Original commit: elastic/x-pack-elasticsearch@b5d1ab38a7