You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Gyeongin Yu (JIRA)" <ji...@apache.org> on 2015/10/02 08:37:26 UTC

[jira] [Created] (REEF-800) Add removeTask as a public method to CommunicationGroupDriver interface

Gyeongin Yu created REEF-800:
--------------------------------

             Summary: Add removeTask as a public method to CommunicationGroupDriver interface
                 Key: REEF-800
                 URL: https://issues.apache.org/jira/browse/REEF-800
             Project: REEF
          Issue Type: Improvement
          Components: REEF-IO
            Reporter: Gyeongin Yu
            Assignee: Gyeongin Yu


{{CommunicationGroupDriverImpl.removeTask()}} is currently being used to handle failure cases internally and is not a method of the {{CommunicationGroupDriver}} interface. Thus the user cannot manually reduce the number of tasks of a communication group unless the user casts {{CommunicationGroupDriver}} to {{CommunicationGroupDriverImpl}}. We should add {{removeTask}} as a public method to the interface.



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