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

Remove QueueLock #1461

Closed
nicktindall opened this issue Oct 30, 2023 · 1 comment
Closed

Remove QueueLock #1461

nicktindall opened this issue Oct 30, 2023 · 1 comment

Comments

@nicktindall
Copy link
Contributor

The QueueLock was used to prevent writes to the queue while a back-fill was in progress. A better approach was implemented via the replication heartbeat, this indicates to potential writers that the replicator has completed all back-fills and it is safe to write. Writers can choose whether to only write when safe, or write at other times when they know it to be safe.

@hft-team-city
Copy link
Collaborator

Released in Chronicle-Queue-5.25ea0, BOM-2.25ea0

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

2 participants