Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-5338 AckManager flow control #5546

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

clebertsuconic
Copy link
Contributor

Say there are too many records in the JournalHashMap. In that case the sender should pace sending more data. The target should limit credits when the configured max pending records is reached.

@clebertsuconic clebertsuconic added the for-2.40.0 needed for 2.40.0 label Mar 5, 2025
@clebertsuconic clebertsuconic marked this pull request as draft March 5, 2025 22:07
@clebertsuconic
Copy link
Contributor Author

there's a bug.. I'm adding a test to verify it and fix it

@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch 2 times, most recently from fb2e0d9 to 5b7bfb8 Compare March 6, 2025 15:16
@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch from 5b7bfb8 to fe9732c Compare March 6, 2025 17:16
@clebertsuconic clebertsuconic reopened this Mar 6, 2025
@clebertsuconic clebertsuconic marked this pull request as ready for review March 6, 2025 17:17
@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch 4 times, most recently from 710eda6 to cc58ce3 Compare March 6, 2025 20:21
Say there are too many records in the JournalHashMap. In that case
the sender should pace sending more data. The target should limit
credits when the configured max pending records is reached.
@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch from cc58ce3 to 1a462dd Compare March 7, 2025 19:52
@clebertsuconic
Copy link
Contributor Author

I am adding another related commit into this, exposing the number of records...

I almost squashed it into the same commit to be honest but since these are separate JIRAs I am keeping it separate.

if anyone prefers to be squashed I can do it.

@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch from 65691bb to 7a0f826 Compare March 7, 2025 21:56
@clebertsuconic clebertsuconic force-pushed the ack-manager-flow-control branch from 7a0f826 to fc1f528 Compare March 7, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for-2.40.0 needed for 2.40.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant