Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
136978: catalog/descs: avoid log.Fatal for invalid descriptor error r=rafiss a=rafiss Rather than crashing the whole process, we can use an assertion error for this. The log.Fatal was initially added in 5d205ed, in a time far before we were careful about avoiding node crashes. fixes #136962 fixes #136961 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information