OpenSearch/x-pack/plugin/ccr
David Turner 1d2bc85586 Inline TransportReplAction#registerRequestHandlers (#40762)
It is important that resync actions are not rejected on the primary even if its
`write` threadpool is overloaded. Today we do this by exposing
`registerRequestHandlers` to subclasses and overriding it in
`TransportResyncReplicationAction`. This isn't ideal because it obscures the
difference between this action and other replication actions, and also might
allow subclasses to try and use some state before they are properly
initialised. This change replaces this override with a constructor parameter to
solve these issues.

Relates #40706
2019-04-03 12:12:26 +01:00
..
qa Enable reading auto-follow patterns from x-content (#40130) 2019-03-18 21:48:44 -04:00
src Inline TransportReplAction#registerRequestHandlers (#40762) 2019-04-03 12:12:26 +01:00
build.gradle Backport support for replicating closed indices to 7.x (#39506)(#39499) 2019-03-01 14:48:26 +01:00