OpenSearch/x-pack/plugin/ccr
Jason Tedor 10bbb082a4
Only run retention lease actions on active primary (#40386)
In some cases, a request to perform a retention lease action can arrive
on a primary shard before it is active. In this case, the primary shard
would not yet be in primary mode, tripping an assertion in the
replication tracker. Instead, we should not attempt to perform such
actions on an initializing shard. This commit addresses this by not
returning the primary shard in the single shard iterator if the primary
shard is not yet active.
2019-03-23 09:39:39 -04:00
..
qa Enable reading auto-follow patterns from x-content (#40130) 2019-03-18 21:48:44 -04:00
src Only run retention lease actions on active primary (#40386) 2019-03-23 09:39:39 -04:00
build.gradle Backport support for replicating closed indices to 7.x (#39506)(#39499) 2019-03-01 14:48:26 +01:00