murblanc commented on a change in pull request #1510: URL: https://github.com/apache/lucene-solr/pull/1510#discussion_r425337695
########## File path: solr/solrj/src/java/org/apache/solr/common/params/CollectionParams.java ########## @@ -70,6 +70,19 @@ public boolean isHigherOrEqual(LockLevel that) { } } + /** + * <p>(Mostly) Collection API actions that can be sent by nodes to the Overseer over the <code>/overseer/collection-queue-work</code> + * ZooKeeper queue.</p> + * + * <p>Some of these actions are also used over the cluster state update queue at <code>/overseer/queue</code>, and really Review comment: Now that I try to change it, I remember I tried initially but there's no class visibility from here to Overseer. Sometimes I wish Javadocs were more permissive we are not linkers, we are humans. ---------------------------------------------------------------- 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