iamsanjay commented on PR #2276:
URL: https://github.com/apache/solr/pull/2276#issuecomment-1977998958

   TestPullReplicaWithAuth.testPKIAuthWorksForPullReplication is the one.
   
   On a side note, How about we rethink the design decorating the request. 
Right now, we recreate the Http2SolrClient to override socketTimeout and 
connTimeout. Instead of recreating Http2SolrClient, we introduced another 
method which would override Timeouts.
   
   `request(SolrRequest<?> solrRequest, String collection, int socketTimeout, 
int connTimeout)`


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

Reply via email to