-
Notifications
You must be signed in to change notification settings - Fork 205
DOC-832: Improve readability and clarity of Active-Active failover do… #1617
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: main
Are you sure you want to change the base?
Conversation
…cumentation - Restructured content with clear overview and prerequisites - Added comprehensive code examples with proper labeling - Improved section organization and flow - Enhanced explanations of failure detection strategies - Added troubleshooting section for common issues - Included practical implementation guidance - Better formatting with tips, warnings, and notes
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.
I left some comments with my initial thoughts and suggestions. I'm not sure about the Python examples yet, so I didn't comment on those.
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Outdated
Show resolved
Hide resolved
{{< warning >}} | ||
**Avoid dataset-based monitoring**: Don't rely solely on reading/writing test keys to determine replica health. Replicas can appear healthy while still in stale mode or missing recent updates. | ||
{{< /warning >}} |
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.
Maybe this should be moved up to the "Failback criteria" section?
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…r-active-active.md Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
…cumentation