gerlowskija commented on code in PR #4699:
URL: https://github.com/apache/solr/pull/4699#discussion_r3717325699
##########
solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java:
##########
@@ -732,11 +732,10 @@ private String getStringOrNull(NamedList<Object> details,
String keyName) {
private NamedList<Object> getFollowerDetails() throws SolrServerException,
IOException {
ModifiableSolrParams params = new ModifiableSolrParams();
- params.set(CommonParams.QT, "/replication");
params.set("command", "details");
params.set("follower", "true");
- QueryResponse response = followerClient.query(params);
+ QueryResponse response = new QueryRequest("/replication",
params).process(followerClient);
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]