Re: solr 4.4 splitshard query

2018-12-10 Thread Shawn Heisey
On 12/5/2018 5:14 AM, ashoknix wrote: curl -v 'http://localhost:8980/solr/admin/collections?action=SPLITSHARD&collection=billdocs&shard=shard1&async=2000' 50039splitshard the collection time out:300sorg.apache.solr.common.SolrException: splitshard the collection time out:300s 1. Currentl

Re: solr 4.4 splitshard query

2018-12-05 Thread Kelly, Frank
Whenever I hit a problem with SPLITSHARDS it's usually because I run out of disk as effectively your doubling the disk space used by the shard. However for large indexes (and 40GB is pretty large) take a look at https://issues.apache.org/jira/browse/SOLR-5324 If that's the problem one possible w

solr 4.4 splitshard query

2018-12-05 Thread ashoknix
Hi, I have a legacy app which runs on solr 4.4 - I have 4 nodes solr cloud with 3 zookeepers. curl -v 'http://localhost:8980/solr/admin/collections?action=SPLITSHARD&collection=billdocs&shard=shard1&async=2000' 50039splitshard the collection time out:300sorg.apache.solr.common.SolrExcepti