Re: RELOAD collection via HTTP timeout issue solr cloud v4.5.1

2013-12-17 Thread Shalin Shekhar Mangar
The reload that you issue from the Admin Dashboard is a Core Admin Reload i.e. it reloads the local core. The curl command that you are executing is a Collection API Reload which reloads all shards belonging to the collection. This command is currently capped to a 60 second timeout. It is fairly ea

RELOAD collection via HTTP timeout issue solr cloud v4.5.1

2013-12-17 Thread ade-b
Hi We are getting connection timeout errors when trying to execute the RELOAD command against a collection in SOLR Cloud v4.5.1. We are issuing the command using curl on the solr server instance. The SOLR server seems to be functional in every other way. We can issue a reload via the admin dashb