GitHub user bastiliu opened a pull request:
https://github.com/apache/storm/pull/1185
[STORM-1269] port backtype.storm.daemon.common to java
1. Following clojure defined records in common, "Assignment, StormBase,
SupervisorInfo, ExecutorStats", were not migrated here. There are corresponding
classes of Thrift. So, we can just use the thrift class in the dependency
modules after each module's migration.
2. worker-context was not migrated. There is much more worker to convert
the worker data between java and clojure now. But it is easy to do this after
the worker data is migrated to java. So I recommend to leave the mirgation of
worker context as a part of worker module.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bastiliu/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1185
----
commit c7241a67c23899ebb3d6c25cdccde758efb7a0ad
Author: basti.lj <[email protected]>
Date: 2016-03-04T07:16:59Z
[STORM-1269] port backtype.storm.daemon.common to java
commit 0726c116ebd2ef27b5225027bdf3008e6156018d
Author: basti.lj <[email protected]>
Date: 2016-03-04T07:18:28Z
Merge remote-tracking branch 'upstream/master'
----
---
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.
---