Skip to content

Begin to drop pipeline aggs from the result tree (backport of #54311)#54659

Merged
nik9000 merged 2 commits intoelastic:7.xfrom
nik9000:pipeline_drop_from_tree_7_x
Apr 2, 2020
Merged

Begin to drop pipeline aggs from the result tree (backport of #54311)#54659
nik9000 merged 2 commits intoelastic:7.xfrom
nik9000:pipeline_drop_from_tree_7_x

Conversation

@nik9000
Copy link
Copy Markdown
Member

@nik9000 nik9000 commented Apr 2, 2020

Removes pipeline aggregations from the aggregation result tree as they
are no longer used. This stops us from building the pipeline aggregators
at all on data nodes except for backwards compatibility serialization.
This will save a tiny bit of space in the aggregation tree which is
lovely, but the biggest benefit is that it is a step towards simplifying
pipeline aggregators.

This only does about half of the work to remove the pipeline aggs from
the tree. Removing all of it would, well, double the size of the change
and make it harder to review.

…#54311)

Removes pipeline aggregations from the aggregation result tree as they
are no longer used. This stops us from building the pipeline aggregators
at all on data nodes except for backwards compatibility serialization.
This will save a tiny bit of space in the aggregation tree which is
lovely, but the biggest benefit is that it is a step towards simplifying
pipeline aggregators.

This only does about half of the work to remove the pipeline aggs from
the tree. Removing all of it would, well, double the size of the change
and make it harder to review.
@nik9000 nik9000 merged commit 54ea4f4 into elastic:7.x Apr 2, 2020
@nik9000
Copy link
Copy Markdown
Member Author

nik9000 commented Apr 6, 2020

This has been merged but it didn't close. Closing manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant