dsmiley commented on code in PR #3829:
URL: https://github.com/apache/solr/pull/3829#discussion_r2867514928
##########
solr/core/src/test/org/apache/solr/update/TestInPlaceUpdatesDistrib.java:
##########
@@ -953,21 +953,22 @@ private void outOfOrderUpdatesIndividualReplicaTest()
throws Exception {
// assert both replicas have same effect
for (SolrClient client : NONLEADERS) { // 0th is re-ordered replica, 1st
is well-ordered replica
if (log.isInfoEnabled()) {
- log.info("Testing client: {}", ((HttpSolrClient) client).getBaseURL());
+ log.info("Testing client: {}", ((HttpApacheSolrClient)
client).getBaseURL());
}
assertReplicaValue(
client,
0,
"inplace_updatable_float",
(newinplace_updatable_float + (float) (updates.size() - 1)),
"inplace_updatable_float didn't match for replica at client: "
- + ((HttpSolrClient) client).getBaseURL());
+ + ((HttpApacheSolrClient) client).getBaseURL());
Review Comment:
I'll address this by having HttpApacheSolrClient extend that. I forget what
troubles I had but I'll figure it out.
--
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]