Hi Chen,

Storm's built-in metrics are actually task heartbeat stored at ZK, and these
values are calculated from each task and task writes them to ZK via
replacing (I mean overwrite).
If worker is killed and restarted, all metrics for tasks in worker are
reset to 0, and it overwrites previous values when first heartbeat from
that worker is made
This is a limitation of current metrics since we don't store it to any
storages or centralized in-memory. We'd like to address it.

Thanks,
Jungtaek Lim (HeartSaVioR)

2016년 7월 28일 (목) 오후 3:58, Chen Junfeng <[email protected]>님이 작성:

> Hi buddies,
>
>
>
> I find the storm ui statistic data will be cleared automatically after
> running for a while.
>
> Some emitted and transferred counts are reset to zero while some
> components are not.
>
> Did anyone meet the same problem?
>
>
>
>
>
>
>

Reply via email to