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

Fix locking in the Batcher #271

Closed
alexsnaps opened this issue Mar 20, 2024 · 0 comments · Fixed by #276
Closed

Fix locking in the Batcher #271

alexsnaps opened this issue Mar 20, 2024 · 0 comments · Fixed by #276
Assignees

Comments

@alexsnaps
Copy link
Member

Currently, the Mutex that protects the pending writes is held for the duration of doing these (individual) writes to Redis… So that all writes queue up, waiting. Ideally, the writes should be truly asynchronous and not block the in-band path.

@alexsnaps alexsnaps moved this to Todo in Kuadrant Mar 20, 2024
@alexsnaps alexsnaps moved this from Todo to In Progress in Kuadrant Mar 21, 2024
@alexsnaps alexsnaps self-assigned this Mar 21, 2024
@alexsnaps alexsnaps moved this from In Progress to Ready For Review in Kuadrant Mar 21, 2024
@github-project-automation github-project-automation bot moved this from Ready For Review to Done in Kuadrant Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant