atris commented on a change in pull request #1686: URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r460720011
########## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java ########## @@ -358,7 +358,11 @@ protected HttpRequestBase createMethod(@SuppressWarnings({"rawtypes"})SolrReques if (parser == null) { parser = this.parser; } - + + Header[] contextHeaders = new Header[2]; + contextHeaders[0] = new BasicHeader(CommonParams.SOLR_REQUEST_CONTEXT_PARAM, getContext().toString()); Review comment: I am honestly not sure about that -- Can you suggest a mechanism to achieve that? Ideas are more than welcome! ---------------------------------------------------------------- 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