|
|
-
Re: QTime always a multiple of 50ms ?Lance Norskog 2009-10-28, 03:18
This is different for each model of computer. It has to do with
exactly what chips are used. On Fri, Oct 23, 2009 at 10:42 AM, Jérôme Etévé <[EMAIL PROTECTED]> wrote: > 2009/10/23 Andrzej Bialecki <[EMAIL PROTECTED]>: >> Jérôme Etévé wrote: >>> >>> Hi all, >>> >>> I'm using Solr trunk from 2009-10-12 and I noticed that the QTime >>> result is always a multiple of roughly 50ms, regardless of the used >>> handler. >>> >>> For instance, for the update handler, I get : >>> >>> INFO: [idx1] webapp=/solr path=/update/ params={} status=0 QTime=0 >>> INFO: [idx1] webapp=/solr path=/update/ params={} status=0 QTime=104 >>> INFO: [idx1] webapp=/solr path=/update/ params={} status=0 QTime=52 >>> ... >>> >>> Is this a known issue ? >> >> It may be an issue with System.currentTimeMillis() resolution on some >> platforms (e.g. Windows)? > > I don't know, I'm using linux 2.6.22 and a jvm 1.6.0 > > > -- > Jerome Eteve. > http://www.eteve.net > [EMAIL PROTECTED] > -- Lance Norskog [EMAIL PROTECTED] |