Skip to content

Commit 33e0179

Browse files
author
Robert (Bobby) Evans
committed
Fixed an upmerge issue to get the ACLs for ZK.
1 parent 570f1ea commit 33e0179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storm-core/src/clj/backtype/storm/cluster.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@
231231
(maybe-deserialize (get-data cluster-state NIMBUS-SUBTREE false)))
232232

233233
(set-nimbus! [this info]
234-
(set-data cluster-state NIMBUS-SUBTREE (Utils/serialize info)))
234+
(set-data cluster-state NIMBUS-SUBTREE (Utils/serialize info) acls))
235235

236236
(ui-port [this]
237237
(maybe-deserialize (get-data cluster-state UI-SUBTREE false)))
238238

239239
(set-ui-port! [this info]
240-
(set-data cluster-state UI-SUBTREE (Utils/serialize info)))
240+
(set-data cluster-state UI-SUBTREE (Utils/serialize info) acls))
241241

242242
(assignments [this callback]
243243
(when callback

0 commit comments

Comments
 (0)