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

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

Github user abhishekagarwal87 commented on the pull request:

    https://github.com/apache/storm/pull/1445#issuecomment-222150531
  
    Thanks @unsleepy22. I have few questions regarding the class hierarchy - 
    - Why is ExecutorData a standalone class? Can we not put the fields of 
ExecutorData inside the Executor class itself. We can pass around the Executor 
object itself.
    - How is BaseExecutor different from Executor?
    - I assume ExecutorCommons is supposed to be the code which will be called 
by both spout and bolt. Can it move to the Executor superclass itself?
    - Does ExecutorShutdown needs to be in its own class?



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

Reply via email to