Github user hustfxj commented on a diff in the pull request:
https://github.com/apache/storm/pull/1081#discussion_r53418033
--- Diff: storm-core/src/clj/org/apache/storm/testing.clj ---
@@ -447,8 +447,8 @@
(select-keys component->tasks component-ids)
component->tasks)
task-ids (apply concat (vals component->tasks))
- assignment (.assignment-info state storm-id nil)
- taskbeats (.taskbeats state storm-id (:task->node+port assignment))
+ assignment (clojurify-assignment (.assignmentInfo state storm-id
nil))
+ taskbeats (.taskbeats state storm-id (:task->node+port
assignment)) ;hava question?
--- End diff --
forget remove the comments. Thanks for your reminder.
---
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.
---