m <
saicharan.k...@spglobal.com> wrote:
> Hi,
> That’s not happening the replicas are created even on property
> value-typeahead
> Thanks.
>
>
> -Original Message-
> From: Sandeep Dharembra
> Sent: Wednesday, April 08, 2020 8:23 PM
> To: solr-user@lucene.apache.o
Hi,
You have used ! - not operator, so, the replicas would be created on all
nodes not having that property value (typeahead)
Thanks
On Wed, Apr 8, 2020, 4:21 PM saicharan.k...@spglobal.com <
saicharan.k...@spglobal.com> wrote:
> Hi there,
>
> We are trying to apply the following collection sp
Hey,
Please change the precision in cluster preference for core to 1 instead of
10 and then give a try.
With current settings, 2 nodes are not treated different till they have a
difference of 10 cores.
Thanks,
On Mon, Apr 6, 2020, 2:09 AM Kudrettin Güleryüz wrote:
> Hi,
>
> Running 7.3.1 on
I am not sure whether you have added triggers for nodelost and nodeadd
events
Action is taken based on triggers which have the execute plan. You can move
create replicas and also delete node in these triggers.
One more thing, since you are using solr 7.7 if you add move replica action
to the nod
Hi,
*Here are the details of what we are trying to do -*
1) Setup a solr cloud cluster using solr version 8.4.1
2) Replica type - Tlog + Pull setup
3) All Tlog replicas to be placed on one node
4) All pull replicas need to be placed on the remaining nodes
5) External Zookeeper to be used
6) On a
Hi,
My question is about the solrcloud cluster we are trying to have. We have a
collection with Tlog and pull type replicas. We intend to keep all the
tlogs on one node and use that for writing and pull replicas distributed on
the remaining nodes.
What we have noticed is that when the Tlog node g