[ 
https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211456#comment-15211456
 ] 

ASF GitHub Bot commented on STORM-1279:
---------------------------------------

GitHub user hustfxj opened a pull request:

    https://github.com/apache/storm/pull/1257

    [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/1257.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 #1257
    
----
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

commit 465a4b89521a4ac15b81969009133bdfa12d0655
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T12:12:18Z

    xxxx

commit 184dc4a5c3fa8c9662ab224a82f33cc687b95c4b
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T14:17:06Z

    sdf

commit 65ce9d2e03be5f5c4defa8342bfbefe9f59adcf9
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T14:57:01Z

    Merge branch 'master' into supervisor

commit f78c36d7cc9ca82c6aa4e073f07279650a14fd45
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T15:20:33Z

    remove setLocalizer

commit 69c8b3c31d4ee528aea58f716b092c24ba6b0b1a
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T15:26:42Z

    Merge branch 'master' into supervisor

commit 95bf67347cad7c11aeaf55b7588e627be298d1c2
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-10T15:49:52Z

    resolve conflict when merge with master

commit cc95d4f708efa123e5fc908bea15545f7139655b
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-11T00:03:00Z

    sdf

commit a1e473526b5d9074ae1f9ff98162ddc78e426a73
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-14T08:54:36Z

    add the plugin to use for manager worker

commit b49c99541ae9c2c3f86d9823c64d30765f7716c6
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-14T10:56:59Z

    Merge branch 'master' into supervisor

commit 42928c2182cf2b755c6f98ad039b2e858787dfe4
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-14T16:16:19Z

    start worker successfully

commit 56f27e5d58d7abd1bdd9aff95dfb862540b166ef
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-16T06:02:10Z

    Merge branch 'master' of github.com:apache/storm

commit d63167cc4a13289ef46b5fa1650621c57b191d3b
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-17T01:29:54Z

    Merge branch 'master' of github.com:apache/storm

commit 2e2ffb29df039e9339e7b2b44352c744efb5caf0
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-18T13:16:44Z

    Merge branch 'master' of github.com:apache/storm

commit 28867372a4fc96d744ccd00a27d9e38dab2bd49e
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-23T03:10:08Z

    Merge branch 'master' of github.com:apache/storm

commit f03b8bec105e88282211bf3e7dd4be4aeed484d8
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-23T05:53:00Z

    Merge branch 'master' into supervisor and update supervisor based 
STORM-1631&STORM-1636

commit 724f5d2cea8debea8c6fb6a0d42d275880636834
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-23T17:29:20Z

    update

commit 0100898ce9006cedd66c61b082001d1d455e5199
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-25T01:09:53Z

    Merge branch 'master' of github.com:apache/storm

commit 753648927bb2c82443ede9525200bb6197f8d3b6
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-25T02:08:57Z

    update

commit afd2e3f5a53d2a086de1d1d62048377486ab1992
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-25T03:37:48Z

    Merge branch 'master' into supervisor

commit 7d0551d0501bf625a9ae8f592df71150bd160540
Author: xiaojian.fxj <[email protected]>
Date:   2016-03-25T05:19:27Z

    Update SyncSupervisorEvent.java

----


> 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)

Reply via email to