[
https://issues.apache.org/jira/browse/STORM-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153629#comment-15153629
]
ASF GitHub Bot commented on STORM-1273:
---------------------------------------
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.
> port backtype.storm.cluster to java
> -----------------------------------
>
> Key: STORM-1273
> URL: https://issues.apache.org/jira/browse/STORM-1273
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: John Fang
> Labels: java-migration, jstorm-merger
>
> current state of the cluster (Some of this moves to java as a part of
> heartbeat server)
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/cluster
> as an example
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)