Skip to content

Commit

Permalink
this change was causing a weird exception in nimbus, reverting it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jackson committed Nov 9, 2012
1 parent 863669e commit ffd8ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/backtype/storm/daemon/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
(->> (get storm-conf TOPOLOGY-METRICS-CONSUMER-REGISTER)
(map #(get % "class"))
(number-duplicates)
(map #(str Constants/METRICS_COMPONENT_ID_PREFIX "_" %))))
(map #(str Constants/METRICS_COMPONENT_ID_PREFIX %))))

(defn metrics-consumer-bolt-specs [components-ids-that-emit-metrics storm-conf]
(let [inputs (->> (for [comp-id components-ids-that-emit-metrics]
Expand Down

0 comments on commit ffd8ac4

Please sign in to comment.