dsmiley commented on PR #3891: URL: https://github.com/apache/solr/pull/3891#issuecomment-3708189744
I do have a slight worry that maybe an errant request that takes way too long for reasons specific to the request (e.g. very computationally intensive to process or it's SearchHandler doing distributed search talking to other replicas that are actually affected) could have the effect of shifting traffic to the other replica. Some folks send all their traffic to one replica, using the other only as a fallback. Any way, I think if that becomes a problem, we could consider improving the LB client to consider if other requests were very recently successful talking to that replica. -- 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]
