Suman Karumuri created AURORA-435:
-------------------------------------

             Summary: Chunk the responses of getTasksStatus
                 Key: AURORA-435
                 URL: https://issues.apache.org/jira/browse/AURORA-435
             Project: Aurora
          Issue Type: Task
          Components: UI
            Reporter: Suman Karumuri


Currently, getTasksStatus returns all the tasks that match a query. For very 
large jobs this causes issues since the downloaded data can be on the order of 
several MB, thus slowing down the page loads. 

Update getTasksStatus to be more pagination friendly. Doing this will involve 
the following changes: Update the ScheduleStatusResult struct to return a 
sub-set of a list instead of the whole list. To accomplish this we can add a 
startIndex, endIndex, size fields to the ScheduleStatusResult. Further, we can 
add optional start and limit fields to getTasksStatus, to facilitate 
incremental loading by the client.




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to