Github user xiaokang commented on a diff in the pull request:
https://github.com/apache/storm/pull/167#discussion_r19126987
--- Diff: storm-core/src/clj/backtype/storm/daemon/supervisor.clj ---
@@ -340,6 +354,7 @@
(.put local-state
LS-LOCAL-ASSIGNMENTS
new-assignment)
+ (swap! (:assignment-versions supervisor) versions)
--- End diff --
It maybe that "rest!" should be used instead of "swap!". We tested this PR
in one cluster and found that :assignment-versions atom is always empty.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---