Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7FD710607 for ; Thu, 27 Nov 2014 03:42:13 +0000 (UTC) Received: (qmail 13661 invoked by uid 500); 27 Nov 2014 03:42:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 13582 invoked by uid 500); 27 Nov 2014 03:42:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 13570 invoked by uid 99); 27 Nov 2014 03:42:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 03:42:12 +0000 Date: Thu, 27 Nov 2014 03:42:12 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-6275) Improve accuracy of QTime reporting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227221#comment-14227221 ] Mark Miller commented on SOLR-6275: ----------------------------------- Sorry - been inactive for a while. Could I ask you to bring this one up to date as well :) > Improve accuracy of QTime reporting > ----------------------------------- > > Key: SOLR-6275 > URL: https://issues.apache.org/jira/browse/SOLR-6275 > Project: Solr > Issue Type: Improvement > Components: search > Reporter: Ramkumar Aiyengar > Assignee: Mark Miller > Priority: Minor > > Currently, {{QTime}} uses {{currentTimeMillis}} instead of {{nanoTime}} and hence is not suitable for time measurements. Further, it is really started after all the dispatch logic in {{SolrDispatchFilter}} (same with the top level timing reported by {{debug=timing}}) which may or may not be expensive, and hence may not fully represent the time taken by the search. This is to remedy both cases. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org