[
https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182118#comment-15182118
]
ASF GitHub Bot commented on STORM-1279:
---------------------------------------
GitHub user hustfxj reopened a pull request:
https://github.com/apache/storm/pull/1184
[STORM-1279] port backtype.storm.daemon.supervisor to java
1 port supervisor.clj to java;
2 Update all the callings to supervisor;
3 Supervisor's class hierarchy as follows:
``SupervisorManger is supervisor' manger which can clean and shutdown
supervisor;``
``SyncSupervisorEvent is responsible for downloading/removing
assignments and topologys' files;``
``SyncProcessEvent is responsible for starting/killing workers;``
``SupervisorUtils have common methods;``
4 create local-supervisor.clj for local mode.
5. fix the fails on supervisor test in Windows
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hustfxj/storm supervisor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1184.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 #1184
----
commit 08934e29982d3936c9e247a8d7bac563053f869f
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-26T04:38:23Z
port Supervisor to java
commit b281c735f0089d24407af67586a1b41de45ac382
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-26T05:15:56Z
update supervisor's structure
commit 19fcafbd0fe1cbee49e797824c47ba1f6b727270
Author: xiaojian.fxj <[email protected]>
Date: 2016-03-02T01:00:37Z
update test codes about supervisor
commit b09b4129d845aff6be285ea1748b842499c40e0b
Author: xiaojian.fxj <[email protected]>
Date: 2016-03-04T04:14:41Z
Merge branch 'master' into supervisor
commit 42bacde20ea86867b874395532aa034cfad4f120
Author: xiaojian.fxj <[email protected]>
Date: 2016-03-06T08:05:14Z
Merge branch 'master' into supervisor
----
> port backtype.storm.daemon.supervisor to java
> ---------------------------------------------
>
> Key: STORM-1279
> URL: https://issues.apache.org/jira/browse/STORM-1279
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: John Fang
> Labels: java-migration, jstorm-merger
> Attachments: Discussion about supervisor.pdf
>
>
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/daemon/supervisor
> as an example
> backtype.storm.event usage should be replaced with built-in java threadpools.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)