dsmiley commented on code in PR #4816:
URL: https://github.com/apache/solr/pull/4816#discussion_r3865364724


##########
solr/core/src/java/org/apache/solr/cloud/api/collections/ReindexCollectionCmd.java:
##########
@@ -450,7 +449,7 @@ public void call(AdminCmdContext adminCmdContext, 
ZkNodeProps message, NamedList
       log.debug("- starting copying documents from {} to {}", collection, 
targetCollection);
       SolrResponse rsp;
       try {
-        rsp = new 
QueryRequest(q).process(ccc.getSolrCloudManager().getSolrClient());
+        rsp = new QueryRequest("/stream", 
q).process(ccc.getSolrCloudManager().getSolrClient());

Review Comment:
   not a QueryRequest appropriate request/usage



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