Skip to content

Commit

Permalink
Merge remote-tracking branch 'elastic/master' into execute-actions-un…
Browse files Browse the repository at this point in the history
…der-permit-primary-mode-only

* elastic/master:
  Revert "Remove 7.0.2 (elastic#42282)"
  [DOCS] Copied note on slicing support to Slicing section. Closes 26114 (elastic#40426)
  Remove 7.0.2 (elastic#42282)
  Mute all ml_datafeed_crud rolling upgrade tests
  • Loading branch information
jasontedor committed May 21, 2019
2 parents 799f731 + 78259f7 commit b348429
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/docs/reindex.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,10 @@ Reindex supports <<sliced-scroll>> to parallelize the reindexing process.
This parallelization can improve efficiency and provide a convenient way to
break the request down into smaller parts.

NOTE: Reindexing from remote clusters does not support
<<docs-reindex-manual-slice, manual>> or
<<docs-reindex-automatic-slice, automatic slicing>>.

[float]
[[docs-reindex-manual-slice]]
==== Manual slicing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"

---
"Test old cluster datafeed without aggs":
- do:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"

---
"Put job and datafeed without aggs in old cluster":

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42258"

- do:
cluster.health:
wait_for_status: green
Expand Down

0 comments on commit b348429

Please sign in to comment.