dsmiley commented on code in PR #2414: URL: https://github.com/apache/solr/pull/2414#discussion_r1574973038
########## solr/solrj/src/java/org/apache/solr/client/solrj/SolrRequest.java: ########## @@ -31,9 +31,15 @@ import org.apache.solr.common.util.ContentStream; /** - * @since solr 1.3 + * Base class for a SolrJ request to Solr. A common way to send it is via {@link + * #process(SolrClient)}. + * + * <p>Not thread-safe; in fact {@link org.apache.solr.client.solrj.impl.LBSolrClient} will Review Comment: I'm airing dirty laundry :-) -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org