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

Support linearizable reads in non full-mesh topologies #7723

Open
sergepetrenko opened this issue Sep 27, 2022 · 0 comments
Open

Support linearizable reads in non full-mesh topologies #7723

sergepetrenko opened this issue Sep 27, 2022 · 0 comments
Labels
feature A new functionality

Comments

@sergepetrenko
Copy link
Collaborator

Currenly linearizable transactions only work when the instance performing them is a replication source for a quorum of remote peers.
It would be more logical if linearizable transactions (reads, at least) would require a quorum of upstream connections, not downstream ones. This would allow to perform linearizable transactions on anonymous replicas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

2 participants