This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 8768be25387 Update replica-placement-plugins.adoc (#2155)
8768be25387 is described below

commit 8768be25387336184de7248abf39fe488826be67
Author: mariemat <[email protected]>
AuthorDate: Fri Dec 15 10:10:51 2023 +0100

    Update replica-placement-plugins.adoc (#2155)
---
 .../modules/configuration-guide/pages/replica-placement-plugins.adoc    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
 
b/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
index 0ce84efaf68..6cf06903014 100644
--- 
a/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
+++ 
b/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
@@ -133,7 +133,7 @@ If `withCollection` or `withCollectionShards` are defined 
and applicable to the
 ** Iterate over the number of replicas to place (for the current replica type 
for the current shard):
 *** Based on the number of replicas per AZ collected previously, pick the 
non-empty set of nodes having the lowest number of replicas.
 Then pick the first node in that set.
-That's the node the replica is placed one.
+That's the node the replica is placed on.
 Remove the node from the set of available nodes for the given AZ and increase 
the number of replicas placed on that AZ.
 ** During this process, the number of cores on the nodes in general is tracked 
to take into account placement decisions so that not all shards decide to put 
their replicas on the same nodes (they might though if these are the less 
loaded nodes).
 

Reply via email to