Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 14957 invoked from network); 3 Jan 2010 19:47:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2010 19:47:15 -0000 Received: (qmail 40798 invoked by uid 500); 3 Jan 2010 19:47:15 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 40753 invoked by uid 500); 3 Jan 2010 19:47: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 40743 invoked by uid 99); 3 Jan 2010 19:47:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 19:47: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; Sun, 03 Jan 2010 19:47:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5EE7A234C045 for ; Sun, 3 Jan 2010 11:46:54 -0800 (PST) Message-ID: <301502193.12211262548014373.JavaMail.jira@brutus.apache.org> Date: Sun, 3 Jan 2010 19:46:54 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (CHUKWA-445) real-time buffer and display at Collector In-Reply-To: <687894413.12201262547894414.JavaMail.jira@brutus.apache.org> 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-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796022#action_12796022 ] Ari Rabkin commented on CHUKWA-445: ----------------------------------- In small to midsize deployments, it would be nice for collectors to cache, say, the last megabyte of received log data, and make it visible via the web. Intended implementation: Have a web servlet coupled to a collector pipeline stage. Keep a total of 1 MB of chunks. Keep an index by stream. Let users browse, via the web, to an arbitrary stream and show all the data in that stream. > real-time buffer and display at Collector > ----------------------------------------- > > Key: CHUKWA-445 > URL: https://issues.apache.org/jira/browse/CHUKWA-445 > Project: Hadoop Chukwa > Issue Type: New Feature > Reporter: Ari Rabkin > > It would be really cool to have the collector buffer a certain amount of received data, and make it available via the web interface. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.