You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Mahadev konar (Created) (JIRA)" <ji...@apache.org> on 2011/10/14 03:10:11 UTC

[jira] [Created] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

RM Web UI does not sort the columns in some cases.
--------------------------------------------------

                 Key: MAPREDUCE-3185
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Mahadev konar
            Assignee: Mahadev konar


While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:

"DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"

After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138028#comment-13138028 ] 

Jonathan Eagles commented on MAPREDUCE-3185:
--------------------------------------------

The default row limit for switching to JSON vs HTML is 100 rows. You can specify the rowlimit URL param to override the default.

For Example
<machine>:<port>/cluster/apps?rowlimit=1
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138305#comment-13138305 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #877 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/877/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190165
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Ramya Sunil (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramya Sunil updated MAPREDUCE-3185:
-----------------------------------

    Priority: Critical  (was: Major)

I see this issue happening very often. The tables no longer can be sorted and also the next pages cannot be viewed after running a little over 100+ jobs. Raising the priority since the UI becomes completely unusable at this point. 
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Priority: Critical
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3185:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138091#comment-13138091 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #93 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/93/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) - Merging r1190165 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190166
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138076#comment-13138076 ] 

Jonathan Eagles commented on MAPREDUCE-3185:
--------------------------------------------

Cool. Thanks for taking a look, Mahadev.
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138088#comment-13138088 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1185 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1185/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190165
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Mahadev konar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138079#comment-13138079 ] 

Mahadev konar commented on MAPREDUCE-3185:
------------------------------------------

Ran tests/test-patch on my box, hudson failed on running the test-patch on this patch. Not sure why.
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Mahadev konar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-3185:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Just committed this. Thanks Jonathan!
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated MAPREDUCE-3185:
---------------------------------------

    Attachment: MAPREDUCE-3185.patch
    
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Mahadev konar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138043#comment-13138043 ] 

Mahadev konar commented on MAPREDUCE-3185:
------------------------------------------

+1 looks good to me. Ill go ahead and commit this.
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138098#comment-13138098 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #93 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/93/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) - Merging r1190165 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190166
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Mahadev konar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-3185:
-------------------------------------

    Assignee:     (was: Mahadev konar)
    
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138110#comment-13138110 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1206 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1206/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190165
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138403#comment-13138403 ] 

Jonathan Eagles commented on MAPREDUCE-3185:
--------------------------------------------

Thanks Mahadev, Ramya, and Bobby for all the help getting this in.
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138353#comment-13138353 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #846 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/846/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190165
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138093#comment-13138093 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #93 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/93/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) - Merging r1190165 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190166
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138276#comment-13138276 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #53 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/53/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) - Merging r1190165 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190166
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138315#comment-13138315 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #70 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/70/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev) - Merging r1190165 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190166
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138094#comment-13138094 ] 

Hudson commented on MAPREDUCE-3185:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1262 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1262/])
    MAPREDUCE-3185. RM Web UI does not sort the columns in some cases. (Jonathan Eagles via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190165
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/AppsList.java

                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles reassigned MAPREDUCE-3185:
------------------------------------------

    Assignee: Jonathan Eagles
    
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Robert Joseph Evans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127686#comment-13127686 ] 

Robert Joseph Evans commented on MAPREDUCE-3185:
------------------------------------------------

If there are lots of apps in the apps table it will try to fetch some of them using AJAX.  There is probably a mismatch between the JSON returned from the call, and what the data table needs.  Looks like we added in a column some where and forgot to update the JSON.
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3185) RM Web UI does not sort the columns in some cases.

Posted by "Jonathan Eagles (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138038#comment-13138038 ] 

Jonathan Eagles commented on MAPREDUCE-3185:
--------------------------------------------

Manual testing was performed with ?rowlimit=1 before and after the patch was applied
                
> RM Web UI does not sort the columns in some cases.
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3185
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3185
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Jonathan Eagles
>            Priority: Critical
>         Attachments: MAPREDUCE-3185.patch
>
>
> While running lots of jobs on a MRv2 cluster the RM web UI shows this error on loading the RM web UI:
> "DataTables warning (table id = 'apps'): Added data (size 8) does not match known number of columns (9)"
> After ignoring the error, the column sorting on Web UI stops working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira