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

JAMES-3435 Make message read isolation configurable #277

Closed
wants to merge 2 commits into from

Conversation

chibenwa
Copy link
Contributor

Disabling should be considered experimental.

If enabled, regular consistency level is used for
read transactions for message. This might result
in stale reads as the system.paxos table will not
be checked for latest updates. Better performance
are expected by turning it off.

Note that reads performed as part of write transactions
are always performed with a strong consistency.

Disabling should be considered experimental.

If enabled, regular consistency level is used for
read transactions for message. This might result
in stale reads as the system.paxos table will not
be checked for latest updates. Better performance
are expected by turning it off.

Note that reads performed as part of write transactions
are always performed with a strong consistency.
@chibenwa
Copy link
Contributor Author

Merged

@chibenwa chibenwa closed this Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants