Skip to content

Optimizes event handling by collapsing queue#6128

Open
keith-turner wants to merge 2 commits intoapache:mainfrom
keith-turner:event-squisher
Open

Optimizes event handling by collapsing queue#6128
keith-turner wants to merge 2 commits intoapache:mainfrom
keith-turner:event-squisher

Conversation

@keith-turner
Copy link
Contributor

@keith-turner keith-turner commented Feb 14, 2026

Introduces a specialized queue that collapses internal manager events. For example if a table event and a tablet event for same table are queued then it will collapse down to only the table event. Does the same for data level events, those will cause all table and tablet events under that data level to collapse.

This will be useful for #6119, remote processes can collapse in their buffer before sending to the primary manager. Spun it out into its own change as it also useful on its own.

@keith-turner keith-turner added this to the 4.0.0 milestone Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant