risingwave_hummock_sdk::compaction_group::hummock_version_ext

Function validate_version

source
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.