epugh commented on code in PR #1954:
URL: https://github.com/apache/solr/pull/1954#discussion_r1342815745


##########
solr/core/src/java/org/apache/solr/cli/ExportTool.java:
##########
@@ -202,7 +209,16 @@ DocsSink getSink() {
     abstract void exportDocs() throws Exception;
 
     void fetchUniqueKey() throws SolrServerException, IOException {
-      solrClient = new 
CloudHttp2SolrClient.Builder(Collections.singletonList(baseurl)).build();
+      Http2SolrClient.Builder builder =
+          new Http2SolrClient.Builder()
+              .withIdleTimeout(30, TimeUnit.SECONDS)

Review Comment:
   Good question.  I removed them since there are some defaults defined.....   



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

Reply via email to