You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2012/12/04 19:05:58 UTC

[jira] [Created] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Ravi Prakash created YARN-258:
---------------------------------

             Summary: RM web page UI shows Invalid Date for start and finish times
                 Key: YARN-258
                 URL: https://issues.apache.org/jira/browse/YARN-258
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager
    Affects Versions: 0.23.5, 3.0.0, 2.0.2-alpha
            Reporter: Ravi Prakash
            Assignee: Ravi Prakash




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

[jira] [Updated] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated YARN-258:
------------------------------

    Attachment: YARN-258.patch

This patch fixes the issue
                
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.patch
>
>


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

[jira] [Commented] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510921#comment-13510921 ] 

Hadoop QA commented on YARN-258:
--------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12555989/YARN-258.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-YARN-Build/206//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/206//console

This message is automatically generated.
                
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.branch-0.23.patch, YARN-258.patch, YARN-258.patch
>
>
> Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

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

[jira] [Commented] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Jason Lowe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510772#comment-13510772 ] 

Jason Lowe commented on YARN-258:
---------------------------------

+1, lgtm.  Will commit if Jenkins comes back clean.
                
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.branch-0.23.patch, YARN-258.patch, YARN-258.patch
>
>
> Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

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

[jira] [Updated] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated YARN-258:
------------------------------

    Attachment: YARN-258.branch-0.23.patch

This patch applies to branch-0.23. I'll have another one for trunk shortly
                
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.branch-0.23.patch, YARN-258.patch
>
>
> Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

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

[jira] [Updated] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated YARN-258:
------------------------------

    Description: 
Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

    
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.patch
>
>
> Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

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

[jira] [Updated] (YARN-258) RM web page UI shows Invalid Date for start and finish times

Posted by "Ravi Prakash (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Prakash updated YARN-258:
------------------------------

    Attachment: YARN-258.patch

This patch applies to trunk
                
> RM web page UI shows Invalid Date for start and finish times
> ------------------------------------------------------------
>
>                 Key: YARN-258
>                 URL: https://issues.apache.org/jira/browse/YARN-258
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 2.0.2-alpha, 3.0.0, 0.23.5
>            Reporter: Ravi Prakash
>            Assignee: Ravi Prakash
>              Labels: web-ui
>         Attachments: YARN-258.branch-0.23.patch, YARN-258.patch, YARN-258.patch
>
>
> Whenever the number of jobs was greater than a 100, two javascript arrays were being populated. appsData and appsTableData. appsData was winning out (because it was coming out later) and so renderHadoopDate was trying to render a <br title=""...> string.

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