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 |
||
---|---|---|
.. | ||
qa | ||
src | ||
build.gradle |