-
Notifications
You must be signed in to change notification settings - Fork 66
Remove deprecated Local metadata server and config options #3350
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
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 believe we have equivalent coverage for the Raft Server path between the RocksDB durability layer and the Raft cluster chaos test; but let me know if you think there's value in porting these over to the Raft Server.
MultiNodeCluster, | ||
} | ||
|
||
pub async fn migrate_nodes_configuration( |
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.
Moved to mod.rs
.
b2c6e4e
to
c601f2e
Compare
Wrong title? |
This PR should be merged once we decide to release 1.4.0, right? |
Indeed it was! Sorry about that.
Yes, definitely! |
IMPORTANT: This should only be merged once we are ready to release 1.4.0
Something I've noticed is that we don't fail with an error if a value is specified for an enum-based property, which cannot be resolved to any particular variant - this was not introduced by this change but I was surprised to discover that e.g.
# [metadata-client] type = "foo"
just silently reverts to the default (e.g.replicated
following this change).Defaults are unchanged:
We still detect potential misconfiguration if a user runs the
metadata-server
role with one of the non-native client types: