Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9CFCD061 for ; Sun, 28 Oct 2012 00:45:12 +0000 (UTC) Received: (qmail 69984 invoked by uid 500); 28 Oct 2012 00:45:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 69960 invoked by uid 500); 28 Oct 2012 00:45:12 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 69951 invoked by uid 99); 28 Oct 2012 00:45:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2012 00:45:12 +0000 Date: Sun, 28 Oct 2012 00:45:12 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: <889341489.35788.1351385112521.JavaMail.jiratomcat@arcas> In-Reply-To: <1946327310.27712.1351177872797.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CASSANDRA-4862) Include session information in tracing activity output 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/CASSANDRA-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-4862: ----------------------------------------- Attachment: CASSANDRA-4862-v2.txt > Include session information in tracing activity output > ------------------------------------------------------ > > Key: CASSANDRA-4862 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4862 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 1.2.0 beta 1 > Reporter: Jonathan Ellis > Assignee: Aleksey Yeschenko > Fix For: 1.2.0 beta 2 > > Attachments: CASSANDRA-4862-v2.txt > > > Would like something like this: > activity | timestamp | source | source_elapsed > -------------------------------------+--------------+-----------+---------------- > execute_cql3_query | 09:57:27,290 | 127.0.0.1 | 0 > Determining replicas for mutation | 09:57:27,290 | 127.0.0.1 | 2465 > Sending message to /127.0.0.2 | 09:57:27,294 | 127.0.0.1 | 7105 > Messsage received from /127.0.0.1 | 09:57:27,296 | 127.0.0.2 | 62 > Applying mutation | 09:57:27,298 | 127.0.0.2 | 1246 > Acquiring switchLock | 09:57:27,298 | 127.0.0.2 | 1353 > Appending to commitlog | 09:57:27,298 | 127.0.0.2 | 1378 > Adding to memtable | 09:57:27,298 | 127.0.0.2 | 1439 > Enqueuing response to /127.0.0.1 | 09:57:27,298 | 127.0.0.2 | 1892 > Messsage received from /127.0.0.2 | 09:57:27,301 | 127.0.0.1 | 14493 > Sending message to /127.0.0.1 | 09:57:27,301 | 127.0.0.2 | 4527 > Processing response from /127.0.0.2 | 09:57:27,302 | 127.0.0.1 | 15072 > Request complete | 09:57:27,302 | 127.0.0.1 | 15100 > {noformat} > ... where first and last lines are coming from the sessions table. > Note that currently session table records started_at and finished_at; this will require also recording duration from the stopwatch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira