You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/30 11:28:20 UTC

[11/25] lucene-solr:jira/solr-8668: SOLR-10004: Placing the experimental tag properly

SOLR-10004: Placing the experimental tag properly


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

Branch: refs/heads/jira/solr-8668
Commit: 4944ddc305ba731bb9011b82bed5a99e36403601
Parents: 45b26e3
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Sat May 27 03:40:32 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Sat May 27 03:41:32 2017 +0530

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/update/PeerSync.java  | 3 ++-
 solr/core/src/java/org/apache/solr/update/UpdateLog.java | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4944ddc3/solr/core/src/java/org/apache/solr/update/PeerSync.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/update/PeerSync.java b/solr/core/src/java/org/apache/solr/update/PeerSync.java
index c6bfbbf..7371a94 100644
--- a/solr/core/src/java/org/apache/solr/update/PeerSync.java
+++ b/solr/core/src/java/org/apache/solr/update/PeerSync.java
@@ -66,9 +66,10 @@ import static org.apache.solr.update.processor.DistributedUpdateProcessor.Distri
 import static org.apache.solr.update.processor.DistributingUpdateProcessorFactory.DISTRIB_UPDATE_PARAM;
 
 /**
- * @lucene.experimental
  * This class is useful for performing peer to peer synchronization of recently indexed update commands during
  * recovery process.
+ *
+ * @lucene.experimental
  */
 public class PeerSync implements SolrMetricProducer {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4944ddc3/solr/core/src/java/org/apache/solr/update/UpdateLog.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/update/UpdateLog.java b/solr/core/src/java/org/apache/solr/update/UpdateLog.java
index 4928aa1..bb7f5f5 100644
--- a/solr/core/src/java/org/apache/solr/update/UpdateLog.java
+++ b/solr/core/src/java/org/apache/solr/update/UpdateLog.java
@@ -81,9 +81,10 @@ import static org.apache.solr.update.processor.DistributingUpdateProcessorFactor
 
 
 /** 
- * @lucene.experimental 
  * This holds references to the transaction logs and pointers for the document IDs to their
  * exact positions in the transaction logs.
+ *
+ * @lucene.experimental
  */
 public class UpdateLog implements PluginInfoInitialized, SolrMetricProducer {
   private static final long STATUS_TIME = TimeUnit.NANOSECONDS.convert(60, TimeUnit.SECONDS);