[SOLR-683] Distributed Search / Shards Deadlock - ASF JIRA
there're separate acceptor threads, setting acceptQueueSize just affects how connections are handled when they come in too quickly to be accepted by the available acceptor threads. There's no option to influence handling connections when no executor threads are available. I've verified that Tomcat behaves in the same way.
So the only thing we can do is up the thread count. Even setting timeouts won't help as this only affects the actual network transfers, not the execution time of the executor threads.
Read full article from [SOLR-683] Distributed Search / Shards Deadlock - ASF JIRA
No comments:
Post a Comment