[ https://issues.apache.org/jira/browse/STORM-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299405#comment-15299405 ]
ASF GitHub Bot commented on STORM-1277: --------------------------------------- GitHub user unsleepy22 opened a pull request: https://github.com/apache/storm/pull/1444 [STORM-1277] port backtype.storm.daemon.executor to java Sorry for the long delay on this. This PR is not 100% completed yet, things remaining: 1. a few tests will fail and I'm still working on this (basically with method replacements like local-executor/local-transfer-executor-tuple, which was originally executor/mk-executor-transfer-fn) 2. my code base is behind master, so after all tests pass I will make a full merge from master Hopefully I can finish the problems by this week. Still, the base structure/design of the executor won't change, so I think I can get reviews from you first on the design. You can merge this pull request into a Git repository by running: $ git pull https://github.com/unsleepy22/storm storm-executor Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/1444.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 #1444 ---- commit 3da8aa0c7c9854c82920ab25ea15859dc9a4658d Author: 卫乐 <weiyue...@taobao.com> Date: 2016-04-29T09:58:50Z init commit for executor commit 69111064945ef7cad7706875739fbe0f1168f31e Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-11T09:29:25Z refined code, fixed bugs commit e3cb37373f108055460dd40ef3d66aa306ef0b6e Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-11T13:18:49Z fixed bugs commit 2f209adef20af5a43aac67c5420d838d8934b5a3 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-23T09:40:42Z added debug logs commit b0efb563d7f0f3a5c99c18675871618dd1b52b20 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-23T13:37:33Z fixed type cast error commit c1cfcc2ece8de6b51561b00ea1b39fe5d4f05c25 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-24T09:12:20Z messaging-test ok commit ed2454d8429687d1fe2f7feb71b5e8fc87b434f3 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-24T10:52:30Z fixed tuple-test error commit eab32b22e8cd08612b8db8cebf4f025df351eae4 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-24T11:26:21Z minor changes commit 5883acf4d557c51e7002a5a4120e1c51d352c279 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-25T03:22:06Z changes for testing commit c4ec8bacf38fb36bf2ec9ff352c21e7edef3297b Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-25T03:31:40Z revert changes to acker & testing commit da454e90a3606b09b469f460a3e8f52104666162 Author: 卫乐 <weiyue...@taobao.com> Date: 2016-05-25T03:33:15Z revert changes to testing ---- > port backtype.storm.daemon.executor to java > ------------------------------------------- > > Key: STORM-1277 > URL: https://issues.apache.org/jira/browse/STORM-1277 > Project: Apache Storm > Issue Type: New Feature > Components: storm-core > Reporter: Robert Joseph Evans > Assignee: Cody > Labels: java-migration, jstorm-merger > > https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/task > kind of. Tasks and executors are combined in jstorm. -- This message was sent by Atlassian JIRA (v6.3.4#6332)