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/23 08:02:04 UTC

[jira] [Assigned] (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 reassigned REEF-774:
----------------------------------

    Assignee: Dongjoon Hyun

> 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
>            Assignee: 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 implementing serializable but its field, `VortexFuture`, is not. Up to now, it is because `CountDownLatch` field of `VortexFuture` is not serializable.
> After discussion with [~johnyangk], we should remove 'serialization' implementation from `Tasklet` since `Tasklet` is not designed for serialization.



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