reactor / reactor-core

Non-Blocking Reactive Foundation for the JVM
http://projectreactor.io
Apache License 2.0
4.93k stars 1.2k forks source link

Trace id is coming sometime and missing sometime at requestInterceptor during load test #3875

Closed oms12 closed 1 month ago

oms12 commented 1 month ago

During load test of our application we observed that some of request in the request interceptor is missing the trace-id. Attached the logs pls check.

Your Environment

<dependency>
    <groupId>io.micrometer</groupId>
    <artifactId>micrometer-tracing-bridge-otel</artifactId>
</dependency>

<dependency>
    <groupId>io.projectreactor</groupId>
    <artifactId>reactor-core-micrometer</artifactId>
</dependency>
chemicL commented 1 month ago

Hey, this looks more like a question than a bug report. Consider using Stackoverflow or Gitter.

Before I close the issue though, please try using reactor-core 3.6.9 and the latest Spring Boot dependencies. Also, do you mean that you are using automatic context propagation?

If the above don't help, consider creating a minimal reproducible example repository or zip that you can share and we can run to evaluate whether there's a bug.

oms12 commented 1 month ago

we found bug at our side. Thank you for your response.