Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix a small race in distIndexBackfill
This is another small data race in distIndexBackfill. This code was operating on mu.updatedTodoSpans (without holding the lock) instead of the copy that we created a few lines above (while holding the lock). Release note: None
- Loading branch information