[ 
https://issues.apache.org/jira/browse/SOLR-15023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511146#comment-17511146
 ] 

Mevin Fernando commented on SOLR-15023:
---------------------------------------

[~DineshkumarK] were you able to find a fix for this. ?  We are running 
Solrcloud 7.5.0 and facing the same issue. Metrics endpoint is taking too long 
to respond.

The Solr admin page displays "connection to Solr lost" due to this.

 

> Timeout Issue with Solr Metrics API
> -----------------------------------
>
>                 Key: SOLR-15023
>                 URL: https://issues.apache.org/jira/browse/SOLR-15023
>             Project: Solr
>          Issue Type: Bug
>          Components: Admin UI, metrics
>    Affects Versions: 8.2
>            Reporter: Dinesh Kumar
>            Priority: Major
>         Attachments: Error.pdf
>
>
> Hi Team,
> We are facing a "Connection to Solr lost" error on the Solr admin page. While 
> debugging, we found an issue with the admin/metrics API.
> *Detail Analysis:*
>  We have around 200+ collections on a Solr cloud cluster which is having 4 
> Solr nodes among which 3 are zookeeper+Solr nodes. Whenever we try to hit the 
> "cloud" page on the Solr admin UI it results in a "Connection to Solr lost" 
> error within few seconds.
> When we tried to debug the same, we found Solr admin/metrics API that is 
> called internally is taking *20K ms* and leads to time out which results in 
> Connection to Solr lost error. On the other hand, we tried to hit the same 
> query separately on a browser which still takes *20K ms* but we get a proper 
> response.
> When the admin/metrics API call is happening from the admin console, the 
> first call is taking a long time and finally fails to load the response. As a 
> result, *concurrent multiple calls were made for the same API* and throws 
> "Connection to Solr lost"
> We tried a few ways to disable this API call and to increase the timeout, but 
> nothing works. 
> We could see the AdminHandlerProxy timeout warning in Solr logs. Attached the 
> error msg from Solr logs. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to