OpenSearch/x-pack/plugin/ccr
Martijn van Groningen 47b86d6e6a
[CCR] Changed AutoFollowCoordinator to keep track of certain statistics (#33684)
The following stats are being kept track of:
1) The total number of times that auto following a leader index succeed.
2) The total number of times that auto following a leader index failed.
3) The total number of times that fetching a remote cluster state failed.
4) The most recent 256 auto follow failures per auto leader index
   (e.g. create_and_follow api call fails) or cluster alias
   (e.g. fetching remote cluster state fails).

Each auto follow run now produces a result that is being used to update
the stats being kept track of in AutoFollowCoordinator.

Relates to #33007
2018-09-18 09:43:50 +02:00
..
qa [CCR] Changed AutoFollowCoordinator to keep track of certain statistics (#33684) 2018-09-18 09:43:50 +02:00
src [CCR] Changed AutoFollowCoordinator to keep track of certain statistics (#33684) 2018-09-18 09:43:50 +02:00
build.gradle Move CCR REST tests to a sub-project of ccr 2018-09-15 10:18:59 -04:00