Skip to content

[Dataflow Streaming] Reduce contention on CommitQueue - #39737

Open
arunpandianp wants to merge 1 commit into
apache:masterfrom
arunpandianp:commitQueue
Open

[Dataflow Streaming] Reduce contention on CommitQueue#39737
arunpandianp wants to merge 1 commit into
apache:masterfrom
arunpandianp:commitQueue

Conversation

@arunpandianp

@arunpandianp arunpandianp commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Replaces LinkedBlockingQueue with a ConcurrentLinkedQueue and a Semaphore. The harness threads don't block on the queue anymore.

Improves the internal reshuffle benchmark run time by ~10%.

#33578

Replaces LinkedBlockingQueue with a ConcurrentLinkedQueue and a
Semaphore. The harness threads don't block on the queue anymore.

Improves the internal reshuffle benchmark run time by ~10%.
@arunpandianp

Copy link
Copy Markdown
Contributor Author

R: @scwhittle

@github-actions

Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

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