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

Serializability of Expected-Last-Subject-Sequence is not guaranteed in clustered stream #4320

Closed
1 of 2 tasks
bruth opened this issue Jul 18, 2023 · 0 comments · Fixed by #4319
Closed
1 of 2 tasks

Comments

@bruth
Copy link
Member

bruth commented Jul 18, 2023

Defect

Versions of nats-server and affected client libraries used:

Tested 2.9.15 - 2.9.20

OS/Container environment:

All

Steps or code to reproduce the issue:

Draft PR with a failing server test case.

Expected result:

Concurrent publishes having the same Nats-Expected-Last-Subject-Sequence should only result in one publish being accepted.

Actual result:

Multiple publishes may be accepted depending on timing.

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

Successfully merging a pull request may close this issue.

1 participant