Github user bastiliu commented on a diff in the pull request:
https://github.com/apache/storm/pull/1185#discussion_r55489803
--- Diff: storm-core/src/clj/org/apache/storm/daemon/common.clj ---
@@ -86,26 +40,6 @@
(defn new-executor-stats []
(ExecutorStats. 0 0 0 0 0))
--- End diff --
Yes, I recommend to just use the thrift classes directly when we work on
relative modules. It can save much effort now for the converting between
clojure and jave. Please refer to my comments at the beginning of this PR.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---