OpenSearch/core
Ali Beyad 8bbc312fdd Fixes issue with dangling index being deleted instead of re-imported (#19666)
Fixes an issue where a node that receives a cluster state
update with a brand new cluster UUID but without an
initial persistence block could cause indices to be wiped out,
preventing them from being reimported as dangling indices.
This commit only removes the in-memory data structures and
thus, are subsequently reimported as dangling indices.
2016-08-04 08:47:46 -04:00
..
src Fixes issue with dangling index being deleted instead of re-imported (#19666) 2016-08-04 08:47:46 -04:00
build.gradle Move netty transport and http into a module 2016-07-11 22:21:29 +02:00