You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Suhas Vasu (JIRA)" <ji...@apache.org> on 2014/11/06 14:32:33 UTC

[jira] [Updated] (FALCON-869) Clean up required in the instance API calls.

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

Suhas Vasu updated FALCON-869:
------------------------------
    Description: 
The instance API calls all go through the same function and only later do specific stuff in the scheduler implementations. These specific stuff are too cluttered and a bunch of the stuff are done irrespective of the API call.

Ex: GetWorkFlowParams are called even for a {{-kill}} even though it is not required. 

It would be good if we clean this up. It will help in code maintainability

  was:
The instance API class all go through the same function and only later do specific stuff. These specific stuff are too cluttered and a bunch of the stuff are done irrespective of the API call.

Ex: GetWorkFlowParams are called even for a {{-kill}} even though it is not required. 

It would be good if we clean this up.


> Clean up required in the instance API calls.
> --------------------------------------------
>
>                 Key: FALCON-869
>                 URL: https://issues.apache.org/jira/browse/FALCON-869
>             Project: Falcon
>          Issue Type: Improvement
>            Reporter: Suhas Vasu
>            Assignee: Suhas Vasu
>            Priority: Minor
>
> The instance API calls all go through the same function and only later do specific stuff in the scheduler implementations. These specific stuff are too cluttered and a bunch of the stuff are done irrespective of the API call.
> Ex: GetWorkFlowParams are called even for a {{-kill}} even though it is not required. 
> It would be good if we clean this up. It will help in code maintainability



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