Skip to content

Fork TransportRollupCapsAction to MANAGEMENT POOL#89803

Merged
original-brownbear merged 2 commits intoelastic:mainfrom
original-brownbear:fork-rollup-caps
Sep 6, 2022
Merged

Fork TransportRollupCapsAction to MANAGEMENT POOL#89803
original-brownbear merged 2 commits intoelastic:mainfrom
original-brownbear:fork-rollup-caps

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

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.

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 >bug :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data v8.5.0 v7.17.7 v8.4.2 labels Sep 5, 2022
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Sep 5, 2022
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Hi @original-brownbear, I've created a changelog YAML for you.

@@ -0,0 +1,5 @@
pr: 89803
summary: Fork `TransportRollupCapsAction` to MANAGEMENT POOL
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it important to mention the exact names of the two affected Transport Actions here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just generated from the PR description and there I think it's nice for people searching for similar issues to have the exact name.

@original-brownbear
Copy link
Copy Markdown
Contributor Author

Thanks you two!

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

💚 Backport successful

Status Branch Result
7.17
8.4

elasticsearchmachine pushed a commit that referenced this pull request Sep 6, 2022
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.
elasticsearchmachine pushed a commit that referenced this pull request Sep 6, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v7.17.7 v8.4.2 v8.5.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants