Skip to content

Commit f84d181

Browse files
author
Nathan Marz
committed
notes
1 parent df18ab0 commit f84d181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clj/backtype/storm/daemon/nimbus.clj

+3-1
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,10 @@
794794
(let [storm-cluster-state (:storm-cluster-state nimbus)
795795
assigned (assigned-slots storm-cluster-state)
796796
supervisor-infos (all-supervisor-info storm-cluster-state)
797+
;; TODO: need to get the port info about supervisors...
798+
;; in standalone just look at metadata, otherwise just say N/A?
797799
supervisor-summaries (dofor [[id info] supervisor-infos]
798-
(let [ports (set (:worker-ports info))
800+
(let [ports (set (:meta info))
799801
]
800802
(SupervisorSummary. (:hostname info)
801803
(:uptime-secs info)

0 commit comments

Comments
 (0)