Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix small race in distIndexBackfiller
This fixes a small race condition in distIndexBackfiller. updateJobDetails calls SetResumeSpansInJob which mutates the ResumeSpanList in the job details. Normally, this is only called from the periodic updater. However, when the testing knob AlwasyUpdateIndexBackfillDetails is set, we also update it on every ProducerMetadata message we get back Release note: None
- Loading branch information