You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2015/09/22 07:56:05 UTC

[jira] [Updated] (REEF-774) Remove serializable interface from Tasklet

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

Dongjoon Hyun updated REEF-774:
-------------------------------
    Summary: Remove serializable interface from Tasklet  (was: Make VortexFuture serializable)

> Remove serializable interface from Tasklet
> ------------------------------------------
>
>                 Key: REEF-774
>                 URL: https://issues.apache.org/jira/browse/REEF-774
>             Project: REEF
>          Issue Type: Bug
>          Components: Vortex
>    Affects Versions: 0.12
>            Reporter: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 0.13
>
>
> Currently, REEF-768 fixed all high-priority warnings of REEF except one.
> (https://issues.apache.org/jira/browse/REEF-768)
> This issue address that. More specifically, `Tasklet` class is serializable but its field, `VortexFuture`, is not. Up to now, it is because `CountDownLatch` field of `VortexFuture` is not serializable.



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