Re: All replicas created on the same node

2019-03-12 Thread Zheng Lin Edwin Yeo
; panels of the screens. The right panel for IE11 is empty. > > -Original Message- > From: Erick Erickson > Sent: Tuesday, March 12, 2019 1:16 PM > To: solr-user@lucene.apache.org > Subject: Re: All replicas created on the same node > > Could you add what parts

RE: All replicas created on the same node

2019-03-12 Thread Tannen, Lev (USAEO) [Contractor]
r: After upgrading, Solr admin in IE11 stopped working correctly. I > switched to Google Chrome and it works. > > > -Original Message- > From: Erick Erickson > Sent: Friday, March 08, 2019 3:14 PM > To: solr-user@lucene.apache.org > Subject: Re: All replicas crea

Re: All replicas created on the same node

2019-03-12 Thread Erick Erickson
upgrading, Solr admin in IE11 stopped working correctly. I > switched to Google Chrome and it works. > > > -Original Message- > From: Erick Erickson > Sent: Friday, March 08, 2019 3:14 PM > To: solr-user@lucene.apache.org > Subject: Re: All replicas created on the

RE: All replicas created on the same node

2019-03-12 Thread Tannen, Lev (USAEO) [Contractor]
:14 PM To: solr-user@lucene.apache.org Subject: Re: All replicas created on the same node Sounds like SOLR-13248. You should be able to cure this by setting the clusterproperty useLegacyReplicaAssignment, something like: curl -X POST -H 'Content-type:application/json' --d

Re: All replicas created on the same node

2019-03-08 Thread Kevin Risden
Might be https://issues.apache.org/jira/browse/SOLR-13248 >From the upgrade notes 7.7: SOLR-13248: The default replica placement strategy used in Solr has been reverted to the 'legacy' policy used by Solr 7.4 and previous versions. This is due to multiple bugs in the autoscaling based replica pla

Re: All replicas created on the same node

2019-03-08 Thread Erick Erickson
Sounds like SOLR-13248. You should be able to cure this by setting the clusterproperty useLegacyReplicaAssignment, something like: curl -X POST -H 'Content-type:application/json' --data-binary ' { "set-obj-property": { "defaults" : { "cluster": { "useLegacyRep

All replicas created on the same node

2019-03-08 Thread levtannen
Hi community, I have solr 7.6 running on three nodes with about 400 collections with one shard and 3 replicas per collection. I want replicas to be spread between all 3 nodes so that for every collection I have one replica per collection on each node. I create collections via the SolrJ code.