-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73383: tracing: fix a crash r=andreimatei a=andreimatei When a child span finishes, it tries to deregister itself from the parent. We assert that the parent has a reference to this child. This assertion fired because there is a case where the parent does not have a reference to the child - when the parent had too many open children at the time when the child was created, it will not register the child. In effect, such a child is a root. This patch makes the child in question aware of the fact that it is really a root. Fixes #73351 Release note: None 73387: sql/tests: ignore an expected error for RSG r=yuzefovich a=yuzefovich Addresses: #70663 (comment). Release note: None Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
4 changed files
with
36 additions
and
14 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