8000 YARN-9880. In YARN ui2 attempts tab, The running Application Attempt's ElapsedTime is incorrect. by cjn082030 · Pull Request #1651 · apache/hadoop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YARN-9880. In YARN ui2 attempts tab, The running Application Attempt's ElapsedTime is incorrect. #1651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree t 8000 o our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

cjn082030
Copy link
Contributor

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.

…s ElapsedTime is incorrect. Contributed by Jenny.
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 133 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 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.
_ trunk Compile Tests _
0 mvndep 69 Maven dependency ordering for branch
+1 mvninstall 1554 trunk passed
+1 compile 783 trunk passed
+1 checkstyle 114 trunk passed
+1 mvnsite 187 trunk passed
+1 shadedclient 1271 branch has no errors when building and testing our client artifacts.
+1 javadoc 102 trunk passed
0 spotbugs 22 Used deprecated FindBugs config; considering switching to SpotBugs.
0 findbugs 22 branch/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui no findbugs output file (findbugsXml.xml)
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 109 the patch passed
-1 jshint 264 The patch generated 1761 new + 0 unchanged - 0 fixed = 1761 total (was 0)
+1 compile 675 the patch passed
+1 javac 675 the patch passed
-0 checkstyle 105 hadoop-yarn-project/hadoop-yarn: The patch generated 2 new + 21 unchanged - 0 fixed = 23 total (was 21)
+1 mvnsite 155 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 1031 patch has no errors when building and testing our client artifacts.
+1 javadoc 96 the patch passed
0 findbugs 21 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui has no data from findbugs
_ Other Tests _
+1 unit 197 hadoop-yarn-server-common in the patch passed.
-1 unit 5812 hadoop-yarn-server-resourcemanager in the patch failed.
+1 unit 282 hadoop-yarn-ui in the patch passed.
+1 asflicense 44 The patch does not generate ASF License warnings.
13462
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppAttempts
Subsystem Report/Notes
Docker Client=19.03.3 Server=19.03.3 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/artifact/out/Dockerfile
GITHUB PR #1651
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle jshint
uname Linux f9e020304027 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 6e5cd52
Default Java 1.8.0_222
jshint https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/artifact/out/diff-patch-jshint.txt
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/testReport/
Max. process+thread count 832 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui U: hadoop-yarn-project/hadoop-yarn
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1651/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1 jshint=2.10.2
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

ABAD
Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 12s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 jshint 0m 0s jshint was not available.
+1 💚 @author 0m 1s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s 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.
_ trunk Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for branch
+1 💚 mvninstall 19m 8s trunk passed
+1 💚 compile 8m 54s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 compile 7m 34s trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09
+1 💚 checkstyle 1m 30s trunk passed
+1 💚 mvnsite 2m 28s trunk passed
+1 💚 shadedclient 17m 38s branch has no errors when building and testing our client artifacts.
-1 ❌ javadoc 0m 29s hadoop-yarn-server-common in trunk failed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.
-1 ❌ javadoc 0m 31s hadoop-yarn-server-resourcemanager in trunk failed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.
+1 💚 javadoc 1m 22s trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09
+0 🆗 spotbugs 0m 20s Used deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗 findbugs 0m 20s branch/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui no findbugs output file (findbugsXml.xml)
_ Patch Compile Tests _
+0 🆗 mvndep 0m 25s Maven dependency ordering for patch
+1 💚 mvninstall 1m 35s the patch passed
+1 💚 compile 8m 18s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 javac 8m 18s the patch passed
+1 💚 compile 7m 37s the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09
+1 💚 javac 7m 37s the patch passed
-0 ⚠️ checkstyle 1m 30s hadoop-yarn-project/hadoop-yarn: The patch generated 2 new + 19 unchanged - 0 fixed = 21 total (was 19)
+1 💚 mvnsite 2m 20s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 13m 55s patch has no errors when building and testing our client artifacts.
-1 ❌ javadoc 0m 27s hadoop-yarn-server-common in the patch failed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.
-1 ❌ javadoc 0m 25s hadoop-yarn-server-resourcemanager in the patch failed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.
+1 💚 javadoc 1m 17s the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09
+0 🆗 findbugs 0m 20s hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui has no data from findbugs
_ Other Tests _
+1 💚 unit 2m 42s hadoop-yarn-server-common in the patch passed.
-1 ❌ unit 92m 24s hadoop-yarn-server-resourcemanager in the patch passed.
+1 💚 unit 3m 29s hadoop-yarn-ui in the patch passed.
-1 ❌ asflicense 0m 44s The patch generated 1 ASF License warnings.
205m 13s
Reason Tests
Failed junit tests hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppAttempts
Subsystem Report/Notes
Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/Dockerfile
GITHUB PR #1651
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle jshint
uname Linux b7b2de75eddd 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / e756fe3
Default Java Private Build-1.8.0_252-8u252-b09-1~18.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_252-8u252-b09-1~18.04-b09
javadoc https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/branch-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common-jdkUbuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.txt
javadoc https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/branch-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-jdkUbuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.txt
checkstyle https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/diff-checkstyle-hadoop-yarn-project_hadoop-yarn.txt
javadoc https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/patch-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common-jdkUbuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.txt
javadoc https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/patch-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-jdkUbuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1.txt
unit https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/testReport/
asflicense https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 857 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-1651/3/console
versions git=2.17.1 maven=3.6.0 findbugs=4.0.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0