lhotari commented on issue #22239: URL: https://github.com/apache/pulsar/issues/22239#issuecomment-1991391835
It's possible that OTel integration is somehow impacting the slowness together with the Mockito overhead. OTel integration to Topic lookup metrics was added in #22058 and Otel integration in #22010. I happen to see these on the logs so that's why Otel came to mind. I didn't see Otel show up in CPU profiling. ``` [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls [WARNING] [stderr] Mar 12, 2024 1:01:59 PM io.opentelemetry.sdk.OpenTelemetrySdk shutdown [WARNING] [stderr] INFO: Multiple shutdown calls ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
