You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/06/19 02:32:05 UTC

[lucene-solr] branch branch_8x updated (badcc4e -> 61292c9)

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

noble pushed a change to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from badcc4e  LUCENE-8781: add FST array-with-gap addressing to Util.readCeilArc
     new 0623e12  typo
     new d12a800  typo
     new 61292c9  syntax error

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/solrcloud-autoscaling-policy-preferences.adoc               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[lucene-solr] 03/03: syntax error

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 61292c90edd57e7032a7d668517ffbad031b84eb
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:27:01 2019 +1000

    syntax error
---
 solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
index 9eef447..b2a0c08 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -384,7 +384,7 @@ For the above rules to work, all nodes must the started with a system property c
 For <<each-function,each>> shard of each collection, distribute replicas equally across the `east` and `west` zones.
 
 [source,json]
-{"replica": "#EQUAL", "shard": "#EACH", "nodeset":{"sysprop.zone": ["east", "west"]}}
+{"replica": "#EQUAL", "shard": "#EACH", "nodeset":[{"sysprop.zone": "east"},{"sysprop.zone":  "west"}]}}
 
 
 ==== Place Replicas Based on Node Role


[lucene-solr] 02/03: typo

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d12a8004673ac1cc05a2b552afa23fe3abd3e947
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:21:30 2019 +1000

    typo
---
 solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
index fb51212..9eef447 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -346,7 +346,7 @@ Place exactly 1 replica of <<each-function,each>> shard of collection `xyz` on a
 Place <<all-function,all>> replicas on nodes with system property `availability_zone=us-east-1a`.
 
 [source,json]
-{"replica": "#ALL", "nodeset": "sysprop.availability_zone": "us-east-1a"}}
+{"replica": "#ALL", "nodeset": {"sysprop.availability_zone": "us-east-1a"}}
 
 ==== Use Percentage
 


[lucene-solr] 01/03: typo

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 0623e1275e8cc6b65d00c248084622b40e3c4aba
Author: Noble Paul <no...@users.noreply.github.com>
AuthorDate: Wed Jun 19 12:20:17 2019 +1000

    typo
---
 solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
index 8262bda..fb51212 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-policy-preferences.adoc
@@ -144,7 +144,7 @@ example:  _put one replica on each node with a system property zone=east_
 
 example: _put a total of  2 replicas on the set of nodes with property zone=east_
 [source,json]
-{ "replica":2, "put" :"on-each-node" "nodeset":{"sysprop.zone":"east"}}
+{ "replica":2, "put" :"on-each-node", "nodeset":{"sysprop.zone":"east"}}