Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 51939 invoked from network); 18 Jul 2008 18:10:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 18:10:58 -0000 Received: (qmail 97311 invoked by uid 500); 18 Jul 2008 18:10:52 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 97281 invoked by uid 500); 18 Jul 2008 18:10:52 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 97270 invoked by uid 99); 18 Jul 2008 18:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 11:10:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 18:10:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EEA6F234C176 for ; Fri, 18 Jul 2008 11:10:31 -0700 (PDT) Message-ID: <1995290091.1216404631976.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 11:10:31 -0700 (PDT) From: "Ari Rabkin (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3772) Proposed hadoop instrumentation API In-Reply-To: <2129610118.1216228831691.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Rabkin updated HADOOP-3772: ------------------------------- Attachment: instrumentation-2.patch add JobTracker instrumentation, document options in hadoop-default.xml > Proposed hadoop instrumentation API > ----------------------------------- > > Key: HADOOP-3772 > URL: https://issues.apache.org/jira/browse/HADOOP-3772 > Project: Hadoop Core > Issue Type: Improvement > Components: metrics > Reporter: Ari Rabkin > Attachments: instrumentation-2.patch, instrumentation.patch > > > We want to evolve the Hadoop metrics subsystem into a more generic Instrumentation facility. The ultimate goal is to add structured logging to Hadoop, with causal tags, a la X-trace. The existing metrics framework is not quite suitable for our needs, since the implementation and interface are tightly coupled. There's no way to use the metrics instrumentation points for anything other than metricss, and there's no way for a metrics context to find out what event just happened. > We want to tease apart the generic notion of hookable instrumentation points, from the specifics of the information recording. The latter ought to be pluggable at run-time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.