elasticsearch/x-pack/plugin/transform
David Roberts 4bf6a778b7
[Transform] Don't search if all indices are unchanged between checkpoints (#77204)
When every index that a transform is configured to search has
remained completely unchanged between checkpoints the transform
should not do a search at all.

Following #75839 there was a problem where the scenario of all
indices being unchanged between checkpoints could cause an empty
list of indices to be searched, which Elasticsearch treats as
meaning _all_ indices. This change should prevent that happening
in future.

Fixes #77137
2021-09-03 12:42:01 +01:00
..
qa [Transform] Implement the ability to preview the existing transform (#76697) 2021-08-24 14:41:49 +02:00
src [Transform] Don't search if all indices are unchanged between checkpoints (#77204) 2021-09-03 12:42:01 +01:00
build.gradle Remove internal build logic from public build tool plugins (#72470) 2021-05-06 14:02:35 +02:00