[ https://issues.apache.org/jira/browse/STORM-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169097#comment-15169097 ]
ASF GitHub Bot commented on STORM-1252: --------------------------------------- Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1147#discussion_r54250144 --- Diff: storm-core/src/clj/org/apache/storm/daemon/executor.clj --- @@ -257,8 +257,8 @@ :batch-transfer-queue batch-transfer->worker :transfer-fn (mk-executor-transfer-fn batch-transfer->worker storm-conf) :suicide-fn (:suicide-fn worker) - :storm-cluster-state (ClusterUtils/mkStormClusterState (:state-store worker) (Utils/getWorkerACL storm-conf) - (ClusterStateContext. DaemonType/WORKER)) + :storm-cluster-state (ClusterUtils/mkStormClusterState (:state-store worker) (Utils/getWorkerACL storm-conf) + (ClusterStateContext. DaemonType/WORKER)) --- End diff -- Indentation is off here. > port backtype.storm.stats to java > --------------------------------- > > Key: STORM-1252 > URL: https://issues.apache.org/jira/browse/STORM-1252 > Project: Apache Storm > Issue Type: New Feature > Components: storm-core > Reporter: Robert Joseph Evans > Assignee: Cody > Labels: java-migration, jstorm-merger > > clojure methods for getting/setting built-in statistics. Mostly wrappers > around some java classes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)