Closed drmingdrmer closed 17 hours ago
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
config_id is used for separate sled-db key spaces for parallel tests. Since sled db is removed, this config_id is useless.
config_id
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.
is_open
And remove trait Opened and refactor related struct names
Opened
This change isโ
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
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, thisconfig_id
is useless.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 namesTests
Type of change
Related Issues
This change isโ