Function raftstore::store::util::admin_cmd_epoch_lookup [−][src]
pub fn admin_cmd_epoch_lookup(
admin_cmp_type: AdminCmdType
) -> AdminCmdEpochState
WARNING: the existing settings below MUST NOT be changed!!!
Changing any admin cmd’s AdminCmdEpochState
or the epoch-change behavior during applying
will break upgrade compatibility and correctness dependency of CmdEpochChecker
.
Please remember it is very difficult to fix the issues arising from not following this rule.
If you really want to change an admin cmd behavior, please add a new admin cmd and DO NOT delete the old one.