We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570f1ea commit 33e0179Copy full SHA for 33e0179
storm-core/src/clj/backtype/storm/cluster.clj
@@ -231,13 +231,13 @@
231
(maybe-deserialize (get-data cluster-state NIMBUS-SUBTREE false)))
232
233
(set-nimbus! [this info]
234
- (set-data cluster-state NIMBUS-SUBTREE (Utils/serialize info)))
+ (set-data cluster-state NIMBUS-SUBTREE (Utils/serialize info) acls))
235
236
(ui-port [this]
237
(maybe-deserialize (get-data cluster-state UI-SUBTREE false)))
238
239
(set-ui-port! [this info]
240
- (set-data cluster-state UI-SUBTREE (Utils/serialize info)))
+ (set-data cluster-state UI-SUBTREE (Utils/serialize info) acls))
241
242
(assignments [this callback]
243
(when callback
0 commit comments