-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[concurrentbatch] skip size==0 requests (#208)
Size=0 requests could get stuck in the concurrent batch processor if there are not other requests traveling through. This bug was able to cause test failures when race detection is enabled. Fixes #206 --------- Co-authored-by: moh-osman3 <moh.osman@lightstep.com>
- Loading branch information
1 parent
367e229
commit 0ed688e
Showing
3 changed files
with
54 additions
and
19 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