Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
106509: upgrades: fix transaction retry bug in auto config job migration r=knz a=stevendanna The SELECT query here, despite being inside the func passed to Txn wasn't actually using the transaction. If the Txn retries, then the following select appears to hang forever. This has not been observed in any real-world test but was observed when experimenting with randomly injecting retryable errors (cockroachdb#106506). Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information