You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/11/21 18:14:42 UTC

lucene-solr:branch_7x: SOLR-9856: Update the Ref Guide to no longer list this issue as unresolved.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 8f76c1b0c -> 6dbdd643c


SOLR-9856: Update the Ref Guide to no longer list this issue as unresolved.


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

Branch: refs/heads/branch_7x
Commit: 6dbdd643c989dc82af5bf0a1f8b5b991c0db090f
Parents: 8f76c1b
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Wed Nov 21 19:13:02 2018 +0100
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Wed Nov 21 19:14:36 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/metrics-reporting.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6dbdd643/solr/solr-ref-guide/src/metrics-reporting.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/metrics-reporting.adoc b/solr/solr-ref-guide/src/metrics-reporting.adoc
index 979f650..57356d8 100644
--- a/solr/solr-ref-guide/src/metrics-reporting.adoc
+++ b/solr/solr-ref-guide/src/metrics-reporting.adoc
@@ -68,8 +68,8 @@ The <<Core Level Metrics,Core (SolrCore) Registry>> includes `solr.core.<collect
   process distributed shard requests also report `shardRequests` sub-counters for each type of distributed
   request.
 * <<Index Merge Metrics,index-level events>>: meters for minor / major merges, number of merged docs, number of deleted docs, gauges for currently running merges and their size.
-* shard replication and transaction log replay on replicas (TBD, SOLR-9856)
-* open / available / pending connections for shard handler and update handler
+* shard replication and transaction log replay on replicas,
+* open / available / pending connections for shard handler and update handler.
 
 === Jetty Registry