-
Notifications
You must be signed in to change notification settings - Fork 12
Document failovering to sync replicas only #1274
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
base: memgraph-3-3
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Users can also choose whether failovering to async replica is allowed by using the following query: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users can also choose whether failovering to async replica is allowed by using the following query: | |
Users can also choose whether failover to the async replica is allowed by using the following query: | |
By the default the value is true which means that only sync replicas are candidates in the election. When the value is set to false, async replica is also considered but | ||
there is then an additional risk of experiencing a data loss. However, failovering to async replica may be necessary when other sync replicas are down and you want to | ||
manually perform a failover. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the default the value is true which means that only sync replicas are candidates in the election. When the value is set to false, async replica is also considered but | |
there is then an additional risk of experiencing a data loss. However, failovering to async replica may be necessary when other sync replicas are down and you want to | |
manually perform a failover. | |
By default, the value is `true`, which means that only sync replicas are candidates in the election. When the value is set to `false`, the async replica is also considered, but | |
there is an additional risk of experiencing data loss. However, failover to an async replica may be necessary when other sync replicas are down and you want to | |
manually perform a failover. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to merge suggestions
Release note
Document changes related to the user option of failovering only to the sync replica.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#2931
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting