You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's failing somewhere in the new cleanup thread (#6240):
GoogleHttpClientAsyncTest > highConcurrency() FAILED
java.lang.NullPointerException
at io.opentelemetry.javaagent.shaded.instrumentation.api.internal.cache.weaklockfree.AbstractWeakConcurrentMap$WeakKey.access$000(AbstractWeakConcurrentMap.java:312)
at io.opentelemetry.javaagent.shaded.instrumentation.api.internal.cache.weaklockfree.AbstractWeakConcurrentMap.removeWeakKey(AbstractWeakConcurrentMap.java:241)
at io.opentelemetry.javaagent.shaded.instrumentation.api.internal.cache.weaklockfree.AbstractWeakConcurrentMap.runCleanup(AbstractWeakConcurrentMap.java:261)
at [email protected]/java.lang.Thread.run(Thread.java:840)
and the JVM-generated access$000 only adds spice to that.
See Build (daily, --no-build-cache) #243.
The text was updated successfully, but these errors were encountered: