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 11E7618D6C for ; Wed, 30 Mar 2016 03:54:26 +0000 (UTC) Received: (qmail 35076 invoked by uid 500); 30 Mar 2016 03:54:25 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 35044 invoked by uid 500); 30 Mar 2016 03:54:25 -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 35033 invoked by uid 99); 30 Mar 2016 03:54:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 03:54:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 903392C1F64 for ; Wed, 30 Mar 2016 03:54:25 +0000 (UTC) Date: Wed, 30 Mar 2016 03:54:25 +0000 (UTC) From: "Joel Knighton (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9692) Print sensible units for all log messages 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-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217339#comment-15217339 ] Joel Knighton commented on CASSANDRA-9692: ------------------------------------------ Great work on this - it's hard enough to contribute to one OSS project, let alone coordinate a change across three spanning two programming languages and two processes to contribute. The CCM changes were merged in [PR #485|https://github.com/pcmanus/ccm/pull/485] to the pcmanus/ccm repo. The dtest changes have been PRed in [PR #899|https://github.com/riptano/cassandra-dtest/pull/899] to the riptano/cassandra-dtest repo and will be merged after this ticket is committed to C*. Latest CI runs with the changes made to CCM and dtest look clean relative to upstream. Final branch here: ||branch||testall||dtest|| |[9692-trunk|https://github.com/jkni/cassandra/tree/9692-trunk]|[testall|http://cassci.datastax.com/view/Dev/view/jkni/job/jkni-9692-trunk-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/jkni/job/jkni-9692-trunk-dtest]| Note to committer: this should only go to trunk. It is rebased on latest trunk so should merge fine. > Print sensible units for all log messages > ----------------------------------------- > > Key: CASSANDRA-9692 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9692 > Project: Cassandra > Issue Type: Improvement > Reporter: Benedict > Assignee: Giampaolo > Priority: Minor > Labels: lhf > Fix For: 3.x > > Attachments: Cassandra9692-Rev1-trunk-giampaolo-trapasso-at-radicalbit-io.diff, Cassandra9692-Rev2-trunk-giampaolo.trapasso-at-radicalbit-io.diff, Cassandra9692-trunk-giampaolo-trapasso-at-radicalbit-io.diff, ccm-bb08b6798f3fda39217f2daf710116a84a3ede84.patch, dtests-8a1017398ab55a4648fcc307a9be0644c02602dd.patch > > > Like CASSANDRA-9691, this has bugged me too long. it also adversely impacts log analysis. I've introduced some improvements to the bits I touched for CASSANDRA-9681, but we should do this across the codebase. It's a small investment for a lot of long term clarity in the logs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)