Re: Dead lock on CountSlotArrAcc initialization(Update java stack)

2022-04-24 Thread YangLiu
Thanks Justin. We also temporarily fixed the deadlock. If you have opened an issue, thank you very much for sharing it with us. At 2022-04-25 00:39:00, "Justin Sweeney" wrote: >Hi, > >We encountered a similar issue and fixed this in a patch on the fork of >Solr we use. I can open an issue a

Re: Dead lock on CountSlotArrAcc initialization(Update java stack)

2022-04-24 Thread Justin Sweeney
Hi, We encountered a similar issue and fixed this in a patch on the fork of Solr we use. I can open an issue and upstream the fix we implemented for our fork to the upstream repository. There is a possibility of deadlock between two different classes being initialized which it looks like you are

Dead lock on CountSlotArrAcc initialization(Update java stack)

2022-04-24 Thread slly
Hello everyone. We have a strange problem recently in solr-8.9.x Very many facet threads are in runnable state, never quit, all in Object.wait Maybe it's a bug:https://bugs.openjdk.java.net/browse/JDK-8037567 Has anyone ever encountered a similar error? "SearchHandler-qtp148626113-17351269" #1

Dead lock on CountSlotArrAcc initialization

2022-04-24 Thread slly
Hello everyone. We have a strange problem recently in solr-8.9.x Very many facet threads are in runnable state, never quit, all in Object.wait Maybe it's a bug:https://bugs.openjdk.java.net/browse/JDK-8037567 Has anyone ever encountered a similar error? | | | | | Thanks.