Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E8D917550 for ; Mon, 20 Oct 2014 21:03:58 +0000 (UTC) Received: (qmail 43993 invoked by uid 500); 20 Oct 2014 21:03:58 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 43951 invoked by uid 500); 20 Oct 2014 21:03:58 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 43940 invoked by uid 99); 20 Oct 2014 21:03:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 21:03:58 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Oct 2014 21:03:35 +0000 Received: (qmail 41568 invoked by uid 99); 20 Oct 2014 21:03:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 21:03:34 +0000 Date: Mon, 20 Oct 2014 21:03:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-197) Implement New Counting Classes 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/STREAMS-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177465#comment-14177465 ] ASF GitHub Bot commented on STREAMS-197: ---------------------------------------- GitHub user rbnks opened a pull request: https://github.com/apache/incubator-streams/pull/107 STREAMS-197 | New counting/tacking clases Implements new class for tracking datums. Will allow for tracking in both tasks and implementations across threads. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rbnks/incubator-streams STREAMS-197 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/107.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #107 ---- commit 2a635dfe87974076075494ff7d4833a3007c0af3 Author: Ryan Ebanks Date: 2014-10-17T19:06:46Z Merge pull request #7 from apache/master apache master merge 2014/10/17 commit c030d4393ab84fbd1cf484bf8ea06a7902a26964 Author: Ryan Ebanks Date: 2014-10-17T22:13:51Z Created MXBean for counts and depricated DatumStatusCounter and DatumStatusCountable in core commit 6916a1b78318f7dec9d73121e25e1f6b545c9a78 Author: Ryan Ebanks Date: 2014-10-17T22:53:34Z Added processing time commit 393c2e79b2534bb7f8ba344b6418488c84338c87 Author: Ryan Ebanks Date: 2014-10-17T23:03:04Z Added java doc commit 6ecf46d2d371ff1ee27d6f3da189388892148fcb Author: Ryan Ebanks Date: 2014-10-20T17:50:25Z Merge pull request #8 from apache/master Merge Apache Master 2014/10/20 commit d305371364b2340f26a66618aa614ca6f3ce6ee4 Author: Ryan Ebanks Date: 2014-10-20T17:53:31Z Merge branch 'master' into datumcountable commit bfffc5f7261b9117dd33bab7259e95e6de1f5e26 Author: Ryan Ebanks Date: 2014-10-20T20:32:13Z Changed NAME_TEMPLATE commit f40ce9b0db7bc082ce98722529f69881d85f3c8f Author: Ryan Ebanks Date: 2014-10-20T21:00:26Z STREAMS-197 | Avg time now will count for providers and does not include errors in calculations ---- > Implement New Counting Classes > ------------------------------ > > Key: STREAMS-197 > URL: https://issues.apache.org/jira/browse/STREAMS-197 > Project: Streams > Issue Type: Sub-task > Reporter: Ryan Ebanks > > Need to implement threadsafe classes that will count datums at the task level and process (prov/proc/writer) level. -- This message was sent by Atlassian JIRA (v6.3.4#6332)