[ https://issues.apache.org/jira/browse/SOLR-16683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695844#comment-17695844 ]
ASF subversion and git services commented on SOLR-16683: -------------------------------------------------------- Commit f9b800f1cfc3876107c10bd606ad11382d8f6129 in solr's branch refs/heads/main from Jan Høydahl [ https://gitbox.apache.org/repos/asf?p=solr.git;h=f9b800f1cfc ] SOLR-16683 Fix frequent failures of OtelTracerConfiguratorTest (#1413) Signed-off-by: Jan Høydahl <jan...@users.noreply.github.com> > Frequent failures of OtelTracerConfiguratorTest > ----------------------------------------------- > > Key: SOLR-16683 > URL: https://issues.apache.org/jira/browse/SOLR-16683 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Affects Versions: 9.1.1 > Reporter: Jan Høydahl > Assignee: Jan Høydahl > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > 4.7% failure of the test OtelTracerConfiguratorTest. > {code:java} > org.apache.solr.opentelemetry.OtelTracerConfiguratorTest > classMethod FAILED > com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from > SUITE scope at org.apache.solr.opentelemetry.OtelTracerConfiguratorTest: > 1) Thread[id=64, name=BatchSpanProcessor_WorkerThread-1, > state=TIMED_WAITING, group=TGRP-OtelTracerConfiguratorTest] > at java.base@11.0.16/jdk.internal.misc.Unsafe.park(Native Method) > at > java.base@11.0.16/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) > at > java.base@11.0.16/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) > at > java.base@11.0.16/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:432) > at > app//io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.run(BatchSpanProcessor.java:252) > at java.base@11.0.16/java.lang.Thread.run(Thread.java:829) > at __randomizedtesting.SeedInfo.seed([CCCE79C05B3FB703]:0) {code} > The tracer uses a BatchSpanProcessor by default, which has its own thread. It > will eventually exit, but the test fails -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org