You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/09/10 14:53:49 UTC

[GitHub] [lucene-solr] mikemccand commented on issue #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache

mikemccand commented on issue #815: LUCENE-8213: Introduce Asynchronous Caching in LRUQueryCache
URL: https://github.com/apache/lucene-solr/pull/815#issuecomment-529974000
 
 
   > > It should be enough to report the stats after the last iteration - it is cumulative, so the previous ones just add noise? I agree QPS looks pretty noisy, probably no real change.
   > 
   > I dont think thats true, since each run is its own JVM?
   
   It is true -- `luceneutil` runs multiple JVMs to try to sample the noise due to hotspot mis-compilation, and then each iteration in reports the cumulative results of all prior iterations so far.  So reporting the last result is good.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org