tuannh982 commented on PR #2313:
URL: https://github.com/apache/solr/pull/2313#issuecomment-1968034944

   > This seems like a straightforward change, but I am curious about the 
problem you are encountering that motivates it?
   
   We just need to throttle the incoming request to Solr server. The async 
request method throttle value is hard-coded (1000) so we have to wrap the sync 
request method in Future and also have a semaphore to limit the maximum 
concurrency.


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

Reply via email to