Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 68851 invoked from network); 5 Dec 2010 02:56:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Dec 2010 02:56:35 -0000 Received: (qmail 13988 invoked by uid 500); 5 Dec 2010 02:56:35 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 13939 invoked by uid 500); 5 Dec 2010 02:56:35 -0000 Mailing-List: contact chukwa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-dev@incubator.apache.org Received: (qmail 13931 invoked by uid 99); 5 Dec 2010 02:56:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 02:56:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 02:56:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB52uAdr022872 for ; Sun, 5 Dec 2010 02:56:11 GMT Message-ID: <12168856.114011291517770657.JavaMail.jira@thor> Date: Sat, 4 Dec 2010 21:56:10 -0500 (EST) From: "Eric Yang (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Resolved: (CHUKWA-7) chukwa agent should do something sensible if CHUKWA_HOME isn't defined MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CHUKWA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang resolved CHUKWA-7. ---------------------------- Resolution: Fixed Fix Version/s: 0.5.0 I just committed this, thanks all. > chukwa agent should do something sensible if CHUKWA_HOME isn't defined > ---------------------------------------------------------------------- > > Key: CHUKWA-7 > URL: https://issues.apache.org/jira/browse/CHUKWA-7 > Project: Chukwa > Issue Type: Bug > Components: data collection > Reporter: Ari Rabkin > Assignee: Ari Rabkin > Priority: Trivial > Fix For: 0.5.0 > > Attachments: CHUKWA-7.patch, fixPidFile.patch > > > If Chukwa is started in such a way that CHUKWA_HOME doesn't get set, then pid files are stored in chukwa/null/var.... This comes up if, e.g., the agent is started within eclipse. We can make this case look prettier by defaulting to /tmp. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.