-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: reimplement curp client keep alive #1006
base: refactor-curp-client
Are you sure you want to change the base?
feat: reimplement curp client keep alive #1006
Conversation
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This PR was closed because it has been stalled for 14 days with no activity. |
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]> chore: move fetch_impl to upper level chore: move config.rs to upper level Signed-off-by: bsbds <[email protected]> refactor: client fetch Signed-off-by: bsbds <[email protected]>
Signed-off-by: bsbds <[email protected]>
9be2253
to
b216c9c
Compare
// If the leader id cannot be found in connects, it indicates that there is | ||
// an inconsistency between the client's local leader state and the cluster | ||
// state, then mock a `WrongClusterVersion` return to the outside. |
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.
The comment is not correct
} | ||
|
||
/// Prefetch, send fetch cluster request to the cluster and get the | ||
/// config with the greatest quorum. |
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.
Do you mean term number?
Depends-On: #1005
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)