You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2016/09/16 21:07:20 UTC

[jira] [Created] (REEF-1565) Make Context accessible from task

Julia created REEF-1565:
---------------------------

             Summary: Make Context accessible from task
                 Key: REEF-1565
                 URL: https://issues.apache.org/jira/browse/REEF-1565
             Project: REEF
          Issue Type: Task
            Reporter: Julia


For fault tolerant, states should be saved at context level so that when the task is resubmitted, update task host would be able to restore the state from the context. 

Currently, we start task from context. But inside task, context is not accessible. And ContextRuntime is not created by injection. 

This Jira is to make Task able to inject context where the task is running on. 




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