Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/2203
@revans2 @ptgoetz
Btw, shouldn't we pass task id instead of executor id? You know a executor
has tasks and we are providing metrics from each task, not from executor. Also
the format of executor id is [`start task id` `end task id`] which @revans2
@ptgoetz
Btw, shouldn't we pass task id instead of executor id? You know a executor
has tasks and we are providing metrics from each task, not from executor. Also
the format of executor id is [`start task id` `end task id`] which format also
doesn't make sense.
---