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

Consistency level #710

Merged
merged 4 commits into from
Sep 2, 2019
Merged

Consistency level #710

merged 4 commits into from
Sep 2, 2019

Conversation

amnonh
Copy link
Collaborator

@amnonh amnonh commented Aug 6, 2019

Fixes #706
Fixes #579

@amnonh amnonh force-pushed the consistency_level branch from 5b174c6 to bbc1279 Compare August 8, 2019 06:34
@amnonh
Copy link
Collaborator Author

amnonh commented Aug 12, 2019

image

@amnonh amnonh requested a review from slivne August 12, 2019 13:22
@tzach
Copy link
Contributor

tzach commented Aug 15, 2019

Why ALL and ANY?

@amnonh
Copy link
Collaborator Author

amnonh commented Aug 16, 2019 via email

@amnonh
Copy link
Collaborator Author

amnonh commented Aug 18, 2019

@slivne ping

@slivne
Copy link

slivne commented Aug 18, 2019 via email

@amnonh amnonh force-pushed the consistency_level branch 2 times, most recently from 7c9a91d to aa180c8 Compare August 22, 2019 06:15
@amnonh
Copy link
Collaborator Author

amnonh commented Aug 22, 2019

Screenshot from 2019-08-22 09-16-06

"panels": [
{
"class": "gauge_errors_panel",
"description": "Using consistency level ANY in a query will hurt persistency, if the node receiving the request will fail the data may be lost",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will hurt persistency --> may hurt ...

},
{
"class": "gauge_errors_panel",
"description": "Using consistency level ALL in a query will hurt availability, if the node is unavailable operations will fail",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"if the node is unavailable operations will fail" --> "if a node is unavailable operations will fail",

"panels": [
{
"class": "gauge_errors_panel",
"description": "Using consistency level ONE in a query when there is more than one DC will hurt performance, queries may end in the non-local DC. Use Local-One instead",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Using consistency level ONE in a query when there is more than one DC will hurt performance, queries may end in the non-local DC. Use Local-One instead" -->

"Using consistency level ONE in a query when there is more than one DC may hurt performance, queries may end up in the non-local DC. Use LOCAL_ONE instead"

},
{
"class": "gauge_errors_panel",
"description": "Using consistency level QUORUM in a query when there is more than one DC will hurt performance, queries may end in the non-local DC. Use Local-QUORUM instead",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Using consistency level QUORUM in a query when there is more than one DC will hurt performance, queries may end in the non-local DC. Use Local-QUORUM instead"
-->
"Using consistency level QUORUM in a query when there is more than one DC may hurt performance, queries may end up in the non-local DC. Use LOCAL_QUORUM instead"

Add a graph for ANY and ALL and a cross-dc section
Add a graph for ANY and ALL and a cross-dc section
Add a graph for ANY and ALL and a cross-dc section
@amnonh amnonh merged commit 8c72c1a into scylladb:master Sep 2, 2019
@amnonh amnonh deleted the consistency_level branch September 2, 2019 08:33
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 this pull request may close these issues.

add graphs for consistency_level Add query_processor_query by CL panel
3 participants