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