elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.58k stars 8.21k forks source link

[ResponseOps][TaskManager] Errors returned by the taskStore.bulkPartialUpdate are not passed to taskStore.errors$ #198428

Open ersin-erdal opened 1 hour ago

ersin-erdal commented 1 hour ago

We use both taskStore.msearch and taskstore.bulkPartialUpdate to claim the task in strategy_mget, but we only pass the errors returned by taskStore.msearch as shown here.

We should pass the bulkPartialUpdate errors as well, so they could be used for backpressure calculation in createManagedConfiguration

elasticmachine commented 1 hour ago

Pinging @elastic/response-ops (Team:ResponseOps)