Since new debug recover set of commands was introduced are a more robust way to recover from loss of quorum, evaluate if old command could be removed.
Maintaining two commands make little sense if all functionality is covered. We have to maintain set of tests and make sure recover code is still compatible with the new code in raft.
Need to evaluate if we have use cases that old command covers that new doesn't and decide if this should be added to new set of commands or in not useful and should be discarded altogether.
Jira issue: CRDB-17879
Since new
debug recoverset of commands was introduced are a more robust way to recover from loss of quorum, evaluate if old command could be removed.Maintaining two commands make little sense if all functionality is covered. We have to maintain set of tests and make sure recover code is still compatible with the new code in raft.
Need to evaluate if we have use cases that old command covers that new doesn't and decide if this should be added to new set of commands or in not useful and should be discarded altogether.
Jira issue: CRDB-17879