jdyer1 commented on code in PR #2884: URL: https://github.com/apache/solr/pull/2884#discussion_r1857221625
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/LBHttp2SolrClientIntegrationTest.java: ########## Review Comment: well, only that the more-efficient polling showed that there is a time gap between when the alive check is logged and when the host is actually returned to the alive list. So actuallyit was failing for me 50% of the time! I added a debug-level log message for when the host is added to the list and it passes every time for me now. -- 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]
