OpenSearch/docs/reference/ccr
Yannick Welsch af887be3e5 Hide orphaned tasks from follower stats (#48901)
CCR follower stats can return information for persistent tasks that are in the process of being cleaned up. This is problematic for tests where CCR follower indices have been deleted, but their persistent follower task is only cleaned up asynchronously afterwards. If one of the following tests then accesses the follower stats, it might still get the stats for that follower task.

In addition, some tests were not cleaning up their auto-follow patterns, leaving orphaned patterns behind. Other tests cleaned up their auto-follow patterns. As always the same name was used, it just depended on the test execution order whether this led to a failure or not. This commit fixes the offensive tests, and will also automatically remove auto-follow-patterns at the end of tests, like we do for many other features.

Closes #48700
2019-11-08 13:56:53 +01:00
..
apis Hide orphaned tasks from follower stats (#48901) 2019-11-08 13:56:53 +01:00
images [DOCS] Adds CCR screenshots (#37439) 2019-01-15 10:53:29 -08:00
auto-follow.asciidoc Add documentation for Pause/Resume Auto-Follower APIs (#47985) (#48034) 2019-10-15 08:38:49 +02:00
getting-started.asciidoc [DOCS] Cleans up links to security content (#47610) (#47703) 2019-10-07 15:23:19 -07:00
index.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
overview.asciidoc [DOCS] Fix shard type in CCR overview doc (#48882) 2019-11-07 10:09:45 -05:00
remote-recovery.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
requirements.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
upgrading.asciidoc Add mention to Pause Auto-Follower API in Upgrade Clusters docs (#48764) 2019-11-06 09:48:44 -05:00