答复: Storm UI metrics data is cleared sometimes

2016-08-01 Thread Chen Junfeng
ance ? 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用 发件人: Jungtaek Lim<mailto:kabh...@gmail.com> 发送时间: 2016年7月31日 14:44 收件人: user@storm.apache.org<mailto:user@storm.apache.org> 主题: Re: Storm UI metrics data is cleared sometimes Hi Chen, Storm's built-in me

Re: Storm UI metrics data is cleared sometimes

2016-08-01 Thread Jungtaek Lim
ows 10 版邮件 <https://go.microsoft.com/fwlink/?LinkId=550986>应用 > > > > *发件人: *Jungtaek Lim > *发送时间: *2016年7月31日 14:44 > *收件人: *user@storm.apache.org > *主题: *Re: Storm UI metrics data is cleared sometimes > > > Hi Chen, > > Storm's built-in metrics are ac

答复: Storm UI metrics data is cleared sometimes

2016-08-01 Thread Chen Junfeng
送时间: 2016年7月31日 14:44 收件人: user@storm.apache.org<mailto:user@storm.apache.org> 主题: Re: Storm UI metrics data is cleared sometimes 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

Re: Storm UI metrics data is cleared sometimes

2016-07-30 Thread Jungtaek Lim
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 valu

Storm UI metrics data is cleared sometimes

2016-07-27 Thread Chen Junfeng
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?