You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/19 09:02:38 UTC

[jira] [Commented] (STORM-326) task metric send repeatedly

    [ https://issues.apache.org/jira/browse/STORM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001433#comment-14001433 ] 

ASF GitHub Bot commented on STORM-326:
--------------------------------------

GitHub user troyding opened a pull request:

    https://github.com/apache/incubator-storm/pull/118

    [STORM-326] Task metric send repeatedly

    This pull request addresses storm issue [STORM-326](https://issues.apache.org/jira/browse/STORM-326).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/troyding/incubator-storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-storm/pull/118.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 #118
    
----
commit d20ba2e720f66529c1b187d855c857ee6f8d78f2
Author: troyding <di...@gmail.com>
Date:   2014-05-19T06:18:34Z

    bug fix: task metric send repeatedly

----


> task metric send repeatedly
> ---------------------------
>
>                 Key: STORM-326
>                 URL: https://issues.apache.org/jira/browse/STORM-326
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>    Affects Versions: 0.9.2-incubating, 0.9.1-incubating, 0.9.0.1
>         Environment: CentOS 6.4 x64
>            Reporter: troy ding
>              Labels: metrics
>         Attachments: executor-metrics.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Tasks send unnecessary Metrics and the repeated time is equal to the number of tasks in the executor, which runs them.
> Scenario: each time, a task will send repeated metric-tuples to the metricConsumer bolt (the 1st metric-tuple is normal, but the rest contain mostly zero-valued results). 
> Causality: when a task receives a metric-tick-tuple, it "mistakenly" triggers all the tasks (belonging to the same executor) sending out metrics.
>   



--
This message was sent by Atlassian JIRA
(v6.2#6252)