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

Change PQSubscriber ACK/proc flow to use a list/buffer #1

Open
aaron-613 opened this issue Aug 4, 2023 · 0 comments
Open

Change PQSubscriber ACK/proc flow to use a list/buffer #1

aaron-613 opened this issue Aug 4, 2023 · 0 comments

Comments

@aaron-613
Copy link
Contributor

When changing the ACK Delay, it causes OoO message in the backend as ACKs/PROCs are scheduled in advance and submitted to a ScheduledExecutor. Ideally when the ACKD is modified, it can/should flush all outstanding ACKs until reaching our new minimum.

This could also help with shutdown times, by triggering a flush of ACKs/PROCs when shutting down rather than waiting for the whole ACKD time to pass.

aaron-613 pushed a commit that referenced this issue Sep 13, 2024
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

No branches or pull requests

1 participant