dsmiley commented on code in PR #1012:
URL: https://github.com/apache/solr/pull/1012#discussion_r992533454
##########
solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java:
##########
@@ -2747,7 +2747,7 @@ protected void waitForAllWarmingSearchers() throws
InterruptedException {
}
protected long getIndexVersion(Replica replica) throws IOException {
- try (HttpSolrClient client = new
HttpSolrClient.Builder(replica.getCoreUrl()).build()) {
+ try (SolrClient client = new
HttpSolrClient.Builder(replica.getCoreUrl()).build()) {
Review Comment:
@sonatype-lift ignoreall
Because OBJECTS is ConcurrentHashMap so this is bogus.
--
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]