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 609CD1035E for ; Wed, 13 Nov 2013 23:29:21 +0000 (UTC) Received: (qmail 67245 invoked by uid 500); 13 Nov 2013 23:29:20 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 67175 invoked by uid 500); 13 Nov 2013 23:29:20 -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 67167 invoked by uid 99); 13 Nov 2013 23:29:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 23:29:20 +0000 Date: Wed, 13 Nov 2013 23:29:20 +0000 (UTC) From: "Ryan Ernst (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SOLR-5399) Improve DebugComponent for distributed requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-5399?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst reassigned SOLR-5399: -------------------------------- Assignee: Ryan Ernst > Improve DebugComponent for distributed requests > ----------------------------------------------- > > Key: SOLR-5399 > URL: https://issues.apache.org/jira/browse/SOLR-5399 > Project: Solr > Issue Type: Improvement > Affects Versions: 5.0 > Reporter: Tom=C3=A1s Fern=C3=A1ndez L=C3=B6bbe > Assignee: Ryan Ernst > Attachments: SOLR-5399.patch, SOLR-5399.patch, SOLR-5399.patch > > > I'm working on extending the DebugComponent for adding some useful inform= ation to be able to track distributed requests better. I'm adding two diffe= rent things, first, the request can generate a "request ID" that will be pr= inted in the logs for the main query and all the different internal request= s to the different shards. This should make it easier to find the different= parts of a single user request in the logs. It would also add the "purpose= " of each internal request to the logs, like: RequestPurpose=3DGET_FIELDS,G= ET_DEBUG or RequestPurpose=3DGET_TOP_IDS.=20 > Also, I'm adding a "track" section to the debug info where to add informa= tion about the different phases of the distributed request (right now, I'm = only including QTime, but could eventually include more information) like:= =20 > {code:xml} > > > > QTime: 10 > QTime: 25 > > > QTime: 1 > > > > {code} > To get this, debugQuery must be set to true, or debug must include "debug= =3Dtrack". This information is only added to distributed requests. I would= like to get feedback on this. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org