pub fn validate_version(version: &HummockVersion) -> Vec<String>
Expand description
Verify the validity of a HummockVersion
and return a list of violations if any.
Currently this method is only used by risectl validate-version.
pub fn validate_version(version: &HummockVersion) -> Vec<String>
Verify the validity of a HummockVersion
and return a list of violations if any.
Currently this method is only used by risectl validate-version.