elasticsearch/modules/data-streams
David Turner 745947e854
Capture deprecation warnings in batched master tasks (#85525)
It's possible for a cluster state update task to emit deprecation
warnings, but if the task is executed in a batch then these warnings
will be exposed to the listener for every item in the batch. With this
commit we introduce a mechanism for tasks to capture just the warnings
relevant to them, along with assertions that warnings are not
inadvertently leaked back to the master service.

Closes #85506
2022-08-15 19:20:15 +09:30
..
src Capture deprecation warnings in batched master tasks (#85525) 2022-08-15 19:20:15 +09:30
build.gradle Add index mode feature flag to data stream's test task. (#86348) 2022-05-03 17:12:42 +02:00