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
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
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