Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: wait for one version lease if no job created for a descriptor
Previously we only wait for one version in jobs for descriptors performed with schema changes. The problem is that we don't always create jobs for all descriptors modified. We need to wait for one version for these descriptors too. This pr adds logic to wait if there is no jobs created for a descriptor has new version. Fixes: #90600 Release note: None
- Loading branch information