[ 
https://issues.apache.org/jira/browse/OOZIE-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657379#comment-13657379
 ] 

Ryota Egashira commented on OOZIE-1357:
---------------------------------------

I also agree with 2 to show the latest 1000 actions first to cover common user 
access pattern.
so, first page --> latest 1000, 2nd page --> next latest 1000...  
inside page, if user want to change order, user can click "nominal time" tab. 
(btw, it seems current sorting based on string, not time, need to fix this as 
well)
some coord job may have so many actions (way more than 1000),  considering 
memory usage, we still want to do 1000 batch both on UI and backend, instead of 
loading all actions in one shot. so preferably, at initial load, show only 
first page, then when user proceeds to next page, do another AJAX call to fetch 
next 1000, so on. 









                
> Can't view more than 1000 actions of a coordinator and paging does not work
> ---------------------------------------------------------------------------
>
>                 Key: OOZIE-1357
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1357
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 3.3.2
>            Reporter: Rohini Palaniswamy
>
>  Currently the coordinator popup lists 1000 actions of a coordinator. We have 
> more customers reporting this issue now with cases where they have 5 min 
> coordinator frequency. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to