You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2014/06/28 00:15:25 UTC

[jira] [Resolved] (AURORA-435) Chunk the responses of getTasksStatus

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

Bill Farner resolved AURORA-435.
--------------------------------

    Resolution: Duplicate

> 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)