Skip to content

[8.4] Fork TransportRollupCapsAction to MANAGEMENT POOL (#89803)#89811

Merged
elasticsearchmachine merged 1 commit intoelastic:8.4from
original-brownbear:backport/8.4/pr-89803
Sep 6, 2022
Merged

[8.4] Fork TransportRollupCapsAction to MANAGEMENT POOL (#89803)#89811
elasticsearchmachine merged 1 commit intoelastic:8.4from
original-brownbear:backport/8.4/pr-89803

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

Backports the following commits to 8.4:

We can't run these actions on the transport threads in their current form.
The fully deserialize the mapping for each index they inspect which will
take a massive amount of time if either a large number of indices or a large
number of fields (indices * fields_per_index) overall are inspected.
@original-brownbear original-brownbear added :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Sep 6, 2022
@elasticsearchmachine elasticsearchmachine merged commit b19c2d7 into elastic:8.4 Sep 6, 2022
@original-brownbear original-brownbear deleted the backport/8.4/pr-89803 branch September 6, 2022 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.4.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants