Github user d2r commented on the pull request: https://github.com/apache/storm/pull/267#issuecomment-57460124 > @d2r @revans2 I ran a test with this PR the topology stats missing complete latency and ack, fail numbers and also spout. Does the topology have acking enabled? If not, all three stats should be 0. When testing, I modified storm.starter.clj.word_count to include an id when emitting from the spouts, so that acking was enabled. It looked fine to me. The second screenshot shows the error case when the acks for bolts are summed and displayed in "Topology stats," and we do not want to count these stats from the Bolts when we render "Topology stats." We want to count these stats to track tuples that make it all the way through the tuple "tree," and that means we must include only the spouts' stats.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---