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

Repair transactionality of st_client removals after disconnect #2390

Open
bfops opened this issue Mar 7, 2025 · 0 comments
Open

Repair transactionality of st_client removals after disconnect #2390

bfops opened this issue Mar 7, 2025 · 0 comments

Comments

@bfops
Copy link
Collaborator

bfops commented Mar 7, 2025

When the client_disconnected reducer runs successfully, we should include the st_client deletion in that transaction. As of writing we do not, instead appending another transaction afterwards. Note that if the client_disconnected reducer fails, we must then start another transaction to delete from st_client. In either case, we should commit exactly one TX.

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