Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](checker) Fixed infinite loop after internal error in checker. (#…
…44479) When the checker encounters an internal error, such as a transaction conflict, the return value will be less than 0 and the function will return immediately, but the related instance will not be removed from the map. Additionally, if the return value of the do check is not 0, the inverted check will not be performed. This PR fixes both of these issues.
- Loading branch information