-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60958: bulkio: use correct context in processor initialization r=adityamaru a=pbardea This commit ensures that producer goroutines created during the initialization of bulk processors use the same context as bp.Ctx. This does change the context that these goroutines were using, but that shouldn't actually have any effects on the processors, other than missing tracing capabilities. Closes #60940. Closes #60984 Closes #60983 Closes #60977 Closes #60990 Closes #60989 Closes #60979 Closes #60987 Closes #60986 Closes #60985 Closes #60981 Closes #60980 Closes #60978 Closes #60978 Closes #60976 Closes #60975 Release note: None Co-authored-by: Paul Bardea <pbardea@gmail.com>
- Loading branch information
Showing
5 changed files
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters