-
Notifications
You must be signed in to change notification settings - Fork 12
Update on HA timeouts #1281
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?
Update on HA timeouts #1281
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 see you have have open this from main, can we move this to release branch?
Except timeouts on read and write operations, Memgraph also has a timeout of 5s | ||
for sockets when establishing connection. Such a timeout helps in having low p99 | ||
latencies when using RPC stack which manifests for users as smooth and predictable | ||
network communication between instances. |
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.
Except timeouts on read and write operations, Memgraph also has a timeout of 5s | |
for sockets when establishing connection. Such a timeout helps in having low p99 | |
latencies when using RPC stack which manifests for users as smooth and predictable | |
network communication between instances. | |
Except for timeouts on read and write operations, Memgraph also has a timeout of 5s | |
for sockets when establishing a connection. Such a timeout helps in having a low p99 | |
latencies when using the RPC stack, which manifests for users as smooth and predictable | |
network communication between instances. |
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 the suggestion. The PR should be merged into main, not ha-timeouts
Release note
Added new timeouts configuration for StateCheckRpc and FrequentHearbeatRpc. Explained why we need socket timeouts.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#2949
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting