vigyasharma commented on issue #11676:
URL: https://github.com/apache/lucene/issues/11676#issuecomment-1296297234

   One problem with this approach is that it relies on wallTime. `QueryTimeout` 
today allows for time agnostic implementations like a counter based timeout. 
But checking if we can run a larger interval before timeout, will need 
something like `getTimeoutAt()` in QueryTimeoutImpl.
   
   > so that this exponential growth could only exceed the configured timeout 
by 50%
   
   Adrien, did you have a different approach in mind for ensuring this? 


-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to