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' <lst name="responseHeader"><int name="status">500</int><int name="QTime">300009</int></lst><lst name="error"><str name="msg">splitshard the collection time out:300s</str><str name="trace">org.apache.solr.common.SolrException: splitshard the collection time out:300s at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:175) at org.apache.solr.handler.admin.CollectionsHandler.handleSplitShardAction(CollectionsHandler.java:322) at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:136) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135) I have few questions: 1. Currently index size is around 40GB. 2. Right now it has single shard - we observe query times high. 3. Does SPLITSHARD helps here with query times? Since docs gets distributed Please advise.. Thanks, Ash -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html