vyatkinv commented on code in PR #4320:
URL: https://github.com/apache/solr/pull/4320#discussion_r3176908514
##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/SqlStream.java:
##########
@@ -173,8 +154,9 @@ public Explanation toExplanation(StreamFactory factory)
throws IOException {
return explanation;
}
- protected void init(String collectionName, String zkHost, SolrParams params)
throws IOException {
- this.zkHost = zkHost;
+ protected void init(String collectionName, String solrCloud, SolrParams
params)
Review Comment:
done
##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/StatsStream.java:
##########
@@ -74,9 +73,9 @@ public class StatsStream extends TupleStream implements
Expressible, ParallelMet
private transient StreamContext context;
protected transient TupleStream parallelizedStream;
- public StatsStream(String zkHost, String collection, SolrParams params,
Metric[] metrics)
+ public StatsStream(String solrCloud, String collection, SolrParams params,
Metric[] metrics)
throws IOException {
- init(collection, params, metrics, zkHost);
+ init(collection, params, metrics, solrCloud);
Review Comment:
done
--
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]