gus-asf commented on code in PR #2379:
URL: https://github.com/apache/solr/pull/2379#discussion_r1548485506
##########
solr/solrj/src/java/org/apache/solr/client/solrj/util/AsyncListener.java:
##########
@@ -19,10 +19,23 @@
/** Listener for async requests */
public interface AsyncListener<T> {
- /** Callback method invoked before processing the request */
+ /**
+ * Setup method invoked in the original thread before processing the request
on a different
Review Comment:
yeah got very scared initially when I saw SolrRequestInfo referenced in an
implementation of AsyncListner
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]