HoustonPutman opened a new pull request, #3176: URL: https://github.com/apache/solr/pull/3176
https://issues.apache.org/jira/browse/SOLR-17667 I made a patch for branch_9x first, since that's where the failures are occurring for TestLBHttp2SolrClient The changes are: - No alive map, just allServers map for the servers given to the client (not passed via a request) - The aliveness is determined by if the zombieMap contains the server - All modifications to allServers and zombieServers go through the same methods. These methods are synchronized, so the list and both maps will not be updated independently. - Since all modifications go through the same methods, we don't need to worry about dropping servers as the previous logic did. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org