-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
kind/enhancementCategorizes a PR related to an enhancementCategorizes a PR related to an enhancementteam/sre
Milestone
Description
Description
As part of infinispan/infinispan#15287 ISPN now sets a tracing context as of ISPN 16, which is tentatively scheduled for KC27.
Due to that, the code in OpenTelemetrySpan should no longer call "makeCurrent"
Lines 18 to 21 in 7fd3380
| // TODO: This is actually wrong if you are doing asynchronous calls, but it allows the JGroups calls to be nested | |
| // This should be fixed in ISPN 16+ so that it is no longer needed | |
| // https://github.com/infinispan/infinispan/issues/15287 | |
| this.scope = span.makeCurrent(); |
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes a PR related to an enhancementCategorizes a PR related to an enhancementteam/sre