You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2014/11/02 18:42:33 UTC

[jira] [Commented] (REEF-33) Support pushing Task messages from Evaluator to Driver.

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

Markus Weimer commented on REEF-33:
-----------------------------------

+1 on the need and the approach

we should also make sure that the JavDocs contain a stern warning as to the scalability implications and the alternative.

> Support pushing Task messages from Evaluator to Driver.
> -------------------------------------------------------
>
>                 Key: REEF-33
>                 URL: https://issues.apache.org/jira/browse/REEF-33
>             Project: REEF
>          Issue Type: New Feature
>            Reporter: Byung-Gon Chun
>            Priority: Critical
>
> Currently REEF supports sending Task messages by piggybacking them to heartbeats from Evaluator to Driver. This is great for scalability, but there are cases where Task needs to send messages immediately. This question has been asked multiple times in the dev mailing list; our experience of building Surf, an in-memory caching service on REEF, confirms it. 
> Although the default way of sending Task messages should use the heartbeat mechanism, we should provide an option to push a TaskMessage from Evaluator to Driver. Otherwise, we have to set up a separate channel (RemoteManager) between Evaluator and Driver, which does not make sense.
> A good approach is to reuse REEF RemoteManager between Evaluator and Driver and to provide an interface to push TaskMessages (as an option). 



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