Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
106701: upgrades: fix transaction retry error r=chengxiong-ruan a=stevendanna The transaction modified here updated the curID variable controlling the deletion batching inside the retryable transaction func. If the last batch was retried, the getMaxIDInBatch query would return NULL leading to a panic. Reading the code it seems to me that retries on batches before the last batch would likely result in some descriptors not being deleted. Informs #106417 Informs #106506 Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information