murblanc commented on a change in pull request #1510:
URL: https://github.com/apache/lucene-solr/pull/1510#discussion_r425336000



##########
File path: solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java
##########
@@ -51,9 +51,16 @@
 import org.slf4j.LoggerFactory;
 
 /**
- * A ZK-based distributed queue. Optimized for single-consumer,
+ * <p>A ZK-based distributed queue. Optimized for single-consumer,
  * multiple-producer: if there are multiple consumers on the same ZK queue,
- * the results should be correct but inefficient
+ * the results should be correct but inefficient.</p>
+ *
+ * <p>This implementation (with help from subclass {@link OverseerTaskQueue}) 
is used for the

Review comment:
       There's already a link to this class from OverseerTaskQueue's javadoc. 
Leaving it as is.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to