Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-774

Remove serializable interface from Tasklet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.12
    • 0.13
    • Vortex
    • None

    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

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: