sigram opened a new pull request, #3691:
URL: https://github.com/apache/solr/pull/3691

   This implementation is inspired by the idea described by @gus-asf:
   
   * parent request sends an additional parameter to the sub-requests to 
indicate the time already spent processing the parent req.
   * sub-requests deduct this time from `timeAllowed`, and further decrease it 
by an approximate flight time (configurable)
   * additional hook was added to the QueryLimit api to skip sending shard 
requests if the limit is likely to be reached when they arrive at the target 
replica. This api should be generic enough to allow us to discount other "used 
up" limits (cpu, mem) if we decide to do so for consistency.
   


-- 
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]

Reply via email to