Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Thanks for the info. Previously you have mentioned that there's no URL for CloudSolrClient, so this will be the same scenario? Regards, Edwin On 6 June 2018 at 13:37, Shawn Heisey wrote: > On 6/5/2018 11:22 PM, Zheng Lin Edwin Yeo wrote: > >> For this clusterstatus, as we are still pointing it

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 11:22 PM, Zheng Lin Edwin Yeo wrote: For this clusterstatus, as we are still pointing it at the Solr directly http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS It is not likely to work if the main replica is down. Let's say I have 2 replica, one in localhost:8983, an

Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
For this clusterstatus, as we are still pointing it at the Solr directly http://localhost:8983/solr/admin/collections?action=CLUSTERSTATUS It is not likely to work if the main replica is down. Let's say I have 2 replica, one in localhost:8983, and other in another server, like 192.168.1.2:8984. I

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 10:58 PM, Zheng Lin Edwin Yeo wrote: The healthcheck action in SolrCLI is able to return the health status of individual collection, while this http://host:port/solr/admin/info/system URL returns the overall health status of Solr. We will need the information on the health status of i

Re: Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for the reply. The healthcheck action in SolrCLI is able to return the health status of individual collection, while this http://host:port/solr/admin/info/system URL returns the overall health status of Solr. We will need the information on the health status of individual collect

Re: Solr 'healthcheck' command

2018-06-05 Thread Shawn Heisey
On 6/5/2018 9:43 PM, Zheng Lin Edwin Yeo wrote: I understand that we can do the health checking of the Solr by using the solr.cmd command under ./bin/solr, which is run from command prompt. Would like to check, is this feature available via URL from browser? I am using Solr 7.3.1. The healthc

Solr 'healthcheck' command

2018-06-05 Thread Zheng Lin Edwin Yeo
Hi, I understand that we can do the health checking of the Solr by using the solr.cmd command under ./bin/solr, which is run from command prompt. Would like to check, is this feature available via URL from browser? I am using Solr 7.3.1. Regards, Edwin