From chukwa-dev-return-3505-apmail-hadoop-chukwa-dev-archive=hadoop.apache.org@hadoop.apache.org Tue Jan 19 23:53:15 2010 Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 14883 invoked from network); 19 Jan 2010 23:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2010 23:53:15 -0000 Received: (qmail 10716 invoked by uid 500); 19 Jan 2010 23:53:15 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 10647 invoked by uid 500); 19 Jan 2010 23:53:15 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 10627 invoked by uid 99); 19 Jan 2010 23:53:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 23:53:15 +0000 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; Tue, 19 Jan 2010 23:53:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 864A2234C4AB for ; Tue, 19 Jan 2010 15:52:54 -0800 (PST) Message-ID: <959964184.353791263945174549.JavaMail.jira@brutus.apache.org> Date: Tue, 19 Jan 2010 23:52:54 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Assigned: (CHUKWA-359) Failed adaptor creation should report detailed errors In-Reply-To: <80485850.1248626714802.JavaMail.jira@brutus> 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/CHUKWA-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Rabkin reassigned CHUKWA-359: --------------------------------- Assignee: Ari Rabkin > Failed adaptor creation should report detailed errors > ----------------------------------------------------- > > Key: CHUKWA-359 > URL: https://issues.apache.org/jira/browse/CHUKWA-359 > Project: Hadoop Chukwa > Issue Type: Improvement > Components: data collection > Reporter: Ari Rabkin > Assignee: Ari Rabkin > Priority: Minor > Fix For: 0.4.0 > > Attachments: CHUKWA-359.patch > > > Right now, if an "add" command fails, the error message is entirely non-specific. This is unfortunately somewhat painful to fix, since the only way processAddCommand() can return an error is by throwing an exception, and this means changing function signatures in a lot of places. But would be a significant usability improvement. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.