You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Boris Shulman (JIRA)" <ji...@apache.org> on 2016/02/23 20:45:18 UTC

[jira] [Comment Edited] (REEF-1211) multi-runtime implementation

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

Boris Shulman edited comment on REEF-1211 at 2/23/16 7:44 PM:
--------------------------------------------------------------

Multi Runtime implements all the event handlers: ResourceLaunchHandler, ResourceReleaseHandler, ResourceRequestHandler, ResourceManagerStartHnadler and ResourceManagerStopHandler.

All the handlers reference RuntimesHost and delegate all the calls to to it.

RuntimesHost receives serialized runtimes definitiions, initializes them and delegates events to them.

RuntimeDefinition is received as an avro serialized object. It contains runtime identifier, boolean flag that indicates if this is the default runtime and the serialized tang configuration.


was (Author: shulmanb):
Multi Runtime implements all the event handlers: ResourceLaunchHandler, ResourceReleaseHandler, ResourceRequestHandler, ResourceManagerStartHnadler and ResourceManagerStopHandler.

All the handlers reference RuntimesHost and delegate all the calls to to it.

RuntimesHost receives serialized runtimes configs, initializes them and delegates events to them.

> multi-runtime implementation
> ----------------------------
>
>                 Key: REEF-1211
>                 URL: https://issues.apache.org/jira/browse/REEF-1211
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF
>            Reporter: Boris Shulman
>            Assignee: Boris Shulman
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)