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

Luke Lu commented on YARN-151:
------------------------------

The most straight forward fix would be upgrading to a more recent version of 
datatables and turn on defered rendering (not creating dom nodes for all rows, 
even they are hidden): 
http://datatables.net/release-datatables/examples/ajax/defer_render.html

Sorting, searching through in js itself can easily handle up to 100k rows on 
modest hardware.
                
> Browser thinks RM main page JS is taking too long
> -------------------------------------------------
>
>                 Key: YARN-151
>                 URL: https://issues.apache.org/jira/browse/YARN-151
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 0.23.3
>            Reporter: Robert Joseph Evans
>
> The main RM page with the default settings of 10,000 applications can cause 
> browsers to think that the JS on the page is stuck and ask you if you want to 
> kill it.  This is a big usability problem.

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