Jonas Kunz
Jonas Kunz
Remember to also mark `context_propagation_only` as supported by .net in kibana: https://github.com/elastic/kibana/pull/170405
Should be fixed now in JDK 17.0.12 according to the release notes.
MInor correction: The issue is fixed for the oracle bundled patch releases 17.0.11.0.1 and 17.0.12.0.1. For OpenJDK the fix will ship with `17.0.13`. ([JVM Bug](https://bugs.openjdk.org/browse/JDK-8322726))
Support for the non-spring client has been implemented via #3636, the option is not yet supported for spring.
> But we are setting the name before the transaction ends. The transaction name is not updated concurrently after the transaction has ended. Unfortunately that is the only possible explanation...
Seems likely. We have mostly seen crashes due to corrupted pointers which should point to exceptions, your stacktrace indicates that this is similar. Also the bug has been confirmed to...
MInor correction: The issue is fixed for the oracle bundled patch releases 17.0.11.0.1 and 17.0.12.0.1. For OpenJDK the fix will ship with `17.0.13`. ([JVM Bug](https://bugs.openjdk.org/browse/JDK-8322726))
I'll have a look
First of all thanks @vmaleze for providing the project to reproduce, this has made life very much easier. Unfortunately the Issue is a pain to debug, because the entire JVM...
@anuragagarwal561994 I don't think this is related to this issue, though it's best to wait for a JVM fix for this issue to ship to try again. If you are...