Description
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.
Attachments
Issue Links
- links to