You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2019/01/03 19:52:07 UTC

lucene-solr:branch_7x: SOLR-13050: make italicized note into a real NOTE block

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 6762333a5 -> aee7acdf7


SOLR-13050: make italicized note into a real NOTE block


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/aee7acdf
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/aee7acdf
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/aee7acdf

Branch: refs/heads/branch_7x
Commit: aee7acdf71444ae7d863dcb2b86a41f604c6a434
Parents: 6762333
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Jan 3 13:48:22 2019 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Jan 3 13:51:33 2019 -0600

----------------------------------------------------------------------
 .../src/solrcloud-autoscaling-listeners.adoc              | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/aee7acdf/solr/solr-ref-guide/src/solrcloud-autoscaling-listeners.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-listeners.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-listeners.adoc
index d018f8b..0c87e64 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-listeners.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-listeners.adoc
@@ -110,10 +110,12 @@ Supported configuration properties:
 `collection`::
 (string, optional) Specifies the target collection where documents are sent.
 Default value is `.system`. If the target collection is missing the listener will
-silently discard events. _Note: in rare situations when the target collection is in
-an unstable state (eg. when some leader replicas were just lost and the leader election haven't
-finished running yet) the listener may not be able to index some events. In such cases a
-WARN message with the details of the event(s) will be added to the regular logs._
+silently discard events.
++
+NOTE: In rare situations when the target collection is in
+an unstable state (e.g., when some leader replicas were just lost and the leader election hasn't
+finished running yet), the listener may not be able to index some events. In such cases a
+WARN message with the details of the event(s) will be added to the regular logs.
 
 `enabled`::
 (boolean, optional) Enables the listener when true. Default value is true.