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



##########
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
+ * <code>/overseer/collection-queue-work</code> queue used for Collection and 
Config Set API calls to the Overseer.</p>
+ *
+ * <p>In order to enqueue a message into this queue, a {@link 
CreateMode#EPHEMERAL_SEQUENTIAL} response node is created

Review comment:
       Thanks, didn't know about these tags.




----------------------------------------------------------------
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