You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove unused config_id from RaftConfig (#16902)
* chore: optimize meta-service initialization
Try initialize instead of check `is_open` flag.
This flag may not be accurate: the raft storage is opend but no
initialization is done yet.
And remove trait `Opened` and refactor related struct names
* chore: remove unused config_id from RaftConfig
`config_id` is used for separate sled-db key spaces for parallel tests.
Since sled db is removed, this `config_id` is useless.
0 commit comments