Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: Write PreventStartupFile on Node SSTFile Corruption
Currently if a node faces sstable corruption, that node will crash and try to automatically restart. Since it is likely that the node may crash again, we would like to prevent the node from attempting to restart itself. As a result, this pr created a `PreventStartupFile` when a node experiences sstable corruption. Fixes: cockroachdb#103899 Release-note: None
- Loading branch information