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:53:21 UTC

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

     [ https://issues.apache.org/jira/browse/REEF-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julia updated REEF-1565:
------------------------
    Description: 
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 we are not able to access context. As ContextRuntime could have multiple instances, it is not created by injection. 

This Jira is to make Task able to inject context where the task is running on. This is the first step for the state management. 


  was:
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. 



> Make Context accessible from task
> ---------------------------------
>
>                 Key: REEF-1565
>                 URL: https://issues.apache.org/jira/browse/REEF-1565
>             Project: REEF
>          Issue Type: Task
>            Reporter: Julia
>            Assignee: Julia
>              Labels: FT
>
> 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 we are not able to access context. As ContextRuntime could have multiple instances, it is not created by injection. 
> This Jira is to make Task able to inject context where the task is running on. This is the first step for the state management. 



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