Re: Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-13 Thread Mikhail Khludnev
While java.lang.NullPointerException seems odd. Overall system behavior seems sane. Overloaded system might not accept incoming connections, and it triggers exception on the client side. Overall, please add more details, like serverside logs or so, so far it's not clear. On Wed, May 13, 2020 at 1:

Re: Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-12 Thread ART GALLERY
check out the videos on this website TROO.TUBE don't be such a sheep/zombie/loser/NPC. Much love! https://troo.tube/videos/watch/aaa64864-52ee-4201-922f-41300032f219 On Tue, May 12, 2020 at 5:37 PM Phill Campbell wrote: > > Upon examining the Solr source code it appears that it was unable to even

Re: Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-12 Thread Phill Campbell
Upon examining the Solr source code it appears that it was unable to even make a connection in the time allowed. While the error message was a bit confusing, I do understand what it means. > On May 12, 2020, at 2:08 PM, Phill Campbell > wrote: > > > > org.apache.solr.client.solrj.SolrServer

Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-12 Thread Phill Campbell
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:… at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)