Return-Path: Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: (qmail 35414 invoked from network); 8 Dec 2010 21:58:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 21:58:36 -0000 Received: (qmail 74384 invoked by uid 500); 8 Dec 2010 21:58:36 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 74348 invoked by uid 500); 8 Dec 2010 21:58:36 -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 74340 invoked by uid 99); 8 Dec 2010 21:58:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 21:58:36 +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; Wed, 08 Dec 2010 21:58:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8LwC6o029302 for ; Wed, 8 Dec 2010 21:58:12 GMT Message-ID: <30866569.25151291845492697.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 16:58:12 -0500 (EST) From: "Deepak Deshpande (JIRA)" To: chukwa-dev@incubator.apache.org Subject: [jira] Updated: (CHUKWA-562) Use RegexFileFilter instead of WildcardFileFilter in the DirTailingAdaptor class In-Reply-To: <10365644.32901291146255469.JavaMail.jira@thor> 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-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepak Deshpande updated CHUKWA-562: ------------------------------------ Attachment: RegExDirTailingAdaptor.java > Use RegexFileFilter instead of WildcardFileFilter in the DirTailingAdaptor class > -------------------------------------------------------------------------------- > > Key: CHUKWA-562 > URL: https://issues.apache.org/jira/browse/CHUKWA-562 > Project: Chukwa > Issue Type: Improvement > Components: data collection > Affects Versions: 0.4.0 > Reporter: Deepak Deshpande > Priority: Minor > Fix For: 0.5.0 > > Attachments: DirTailingAdaptor.patch, RegExDirTailingAdaptor.java > > > The DirTailingAdaptor class uses WildcardFileFilter to filter the files that need to be monitored. The WildcardFileFilter is NOT very restrictive. Instead of WildcardFileFilter using RegexFileFilter will give user more flexibility in file filtering. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.