Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/442#discussion_r25457668 --- Diff: storm-core/src/clj/backtype/storm/stats.clj --- @@ -235,6 +237,11 @@ (let [key [component stream]] (update-executor-stat! stats :failed key (stats-rate stats)))) +(defn bolt-deserialize-time! + [^BoltExecutorStats stats component stream deserialize-time] --- End diff -- I am nervious about this being specific to a bolt, and the spout calling into this. Clojure is going to have to use reflection to make this work, which is slow.
--- 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. ---