You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/12 10:05:03 UTC

[GitHub] [hadoop] cjn082030 opened a new pull request #1651: YARN-9880. In YARN ui2 attempts tab, The running Application Attempt's ElapsedTime is incorrect.

cjn082030 opened a new pull request #1651: YARN-9880. In YARN ui2 attempts tab, The running Application Attempt's ElapsedTime is incorrect.
URL: https://github.com/apache/hadoop/pull/1651
 
 
   I found this problem where hadoop3.1.1 was used, want to upgrade to the latest version of hadoop, but found the running Application Attempt's ElapsedTime is also incorrect.
   
   In UI1, get ElapsedTime from yarn server. In UI2, get currentTime from brower. Therefore, when the brower and the yarn server are not in the same time zones, the ElapsedTime is incorrect. While the Applicationā€˜s ElapsedTime is 29 Secs, the Application Attempt's ElapsedTime is 10 Hrs : 49 Mins : 55 Secs.
   
   I think, in UI2, ElapsedTime should also come from the yarn server too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org