gortiz opened a new pull request, #15967:
URL: https://github.com/apache/pinot/pull/15967

   We have detected that some large queries may end up consuming too much 
memory for too long in the stats cache used to return stats on timeout.
   
   A way to solve that is to remove the stats as soon as the opchain finishes 
successfully. This should keep the cache almost empty (given most of the time 
opchains don't fail) at the cost of losing the stats of fast stages when other 
stage timeouts.
   
   This is not the best solution but one that is very easy to implement. We 
will work in better long term solutions.
   


-- 
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: commits-unsubscr...@pinot.apache.org

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


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

Reply via email to