OpenSearch/client
Jason Tedor 0250d554b6
Introduce forget follower API (#39718)
This commit introduces the forget follower API. This API is needed in cases that
unfollowing a following index fails to remove the shard history retention leases
on the leader index. This can happen explicitly through user action, or
implicitly through an index managed by ILM. When this occurs, history will be
retained longer than necessary. While the retention lease will eventually
expire, it can be expensive to allow history to persist for that long, and also
prevent ILM from performing actions like shrink on the leader index. As such, we
introduce an API to allow for manual removal of the shard history retention
leases in this case.
2019-03-07 11:08:45 -05:00
..
benchmark Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
client-benchmark-noop-api-plugin Type removal - added deprecation warnings to _bulk apis (#36549) 2019-01-10 21:35:19 +00:00
rest Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
rest-high-level Introduce forget follower API (#39718) 2019-03-07 11:08:45 -05:00
sniffer Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
test Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
transport Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00