stillalex commented on PR #2019:
URL: https://github.com/apache/solr/pull/2019#issuecomment-1767094948

   can't exactly tell why but there are threads that don't have the name 
cleared, so there is some subtle concurrency issue.
   
   ```
   qtp2090991873-141-localhost-774737 
(141)java.util.concurrent.SynchronousQueue$transferst...@[email protected]/jdk.internal.misc.Unsafe.park​(Native
 
Method)[email protected]/java.util.concurrent.locks.LockSupport.parkNanos​(LockSupport.java:252)[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer​(SynchronousQueue.java:401)[email protected]/java.util.concurrent.SynchronousQueue.poll​(SynchronousQueue.java:903)org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait​(ReservedThreadExecutor.java:325)org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run​(ReservedThreadExecutor.java:401)org.eclipse.jetty.util.thread.QueuedThreadPool.runJob​(QueuedThreadPool.java:969)org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob​(QueuedThreadPool.java:1194)org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run​(QueuedThreadPool.java:1149)[email protected]/java.lang.Thread.run​(Thread.java:833)
   ```
   
   vs
   
   ```
   qtp2090991873-142 
(142)java.util.concurrent.locks.AbstractQueuedSynchronizer$conditionobj...@[email protected]/jdk.internal.misc.Unsafe.park​(Native
 
Method)[email protected]/java.util.concurrent.locks.LockSupport.parkNanos​(LockSupport.java:252)[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos​(AbstractQueuedSynchronizer.java:1672)org.eclipse.jetty.util.BlockingArrayQueue.poll​(BlockingArrayQueue.java:219)org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll​(QueuedThreadPool.java:1124)org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run​(QueuedThreadPool.java:1141)[email protected]/java.lang.Thread.run​(Thread.java:833)
   ```
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to