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

Anbang Hu commented on HDFS-13569:
----------------------------------

Thank [~giovanni.fumarola] and [~elgoiri] for your kind review. Since this test 
class does not fail in daily Windows build. Let's keep it as it is. The reason 
for local timeout is that DNS resolution for fully qualified domain name on 
Windows takes a long time. The workaround is to add those IPs explicitly to 
hosts file. For example, run the following in Powershell as Admin before 
testing Hadoop will do the trick:
{code:java}
netsh interface ip show address | findstr "IP Address" | ForEach 
{$_.Split(":")[-1] + "    localhost"} > C:\Windows\System32\drivers\etc\hosts
{code}

> TestDataNodeMultipleRegistrations#testClusterIdMismatchAtStartupWithHA times 
> out intermittently on Windows
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-13569
>                 URL: https://issues.apache.org/jira/browse/HDFS-13569
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Anbang Hu
>            Assignee: Anbang Hu
>            Priority: Minor
>              Labels: Windows
>         Attachments: HDFS-13569.000.patch
>
>
> On Windows, 
> TestDataNodeMultipleRegistrations#testClusterIdMismatchAtStartupWithHA may 
> time out and cause subsequent tests to fail.
> {color:#d04437}[INFO] Running 
> org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations{color}
> {color:#d04437}[ERROR] Tests run: 6, Failures: 0, Errors: 5, Skipped: 0, Time 
> elapsed: 65.082 s <<< FAILURE! - in 
> org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations{color}
> {color:#d04437}[ERROR] 
> testClusterIdMismatchAtStartupWithHA(org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations)
>  Time elapsed: 20.003 s <<< ERROR!{color}
> {color:#d04437}java.lang.Exception: test timed out after 20000 
> milliseconds{color}
> {color:#d04437} at java.net.NetworkInterface.getAll(Native Method){color}
> {color:#d04437} at 
> java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:343){color}
> {color:#d04437} at 
> org.apache.htrace.core.TracerId.getBestIpString(TracerId.java:179){color}
> {color:#d04437} at 
> org.apache.htrace.core.TracerId.processShellVar(TracerId.java:145){color}
> {color:#d04437} at 
> org.apache.htrace.core.TracerId.<init>(TracerId.java:116){color}
> {color:#d04437} at 
> org.apache.htrace.core.Tracer$Builder.build(Tracer.java:159){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:940){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:932){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1673){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:1215){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:1090){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:883){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:514){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:473){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations.testClusterIdMismatchAtStartupWithHA(TestDataNodeMultipleRegistrations.java:248){color}
> {color:#d04437} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method){color}
> {color:#d04437} at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62){color}
> {color:#d04437} at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43){color}
> {color:#d04437} at java.lang.reflect.Method.invoke(Method.java:498){color}
> {color:#d04437} at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47){color}
> {color:#d04437} at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12){color}
> {color:#d04437} at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44){color}
> {color:#d04437} at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17){color}
> {color:#d04437} at 
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74){color}
> {color:#d04437}[ERROR] 
> test2NNRegistration(org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations)
>  Time elapsed: 0.029 s <<< ERROR!{color}
> {color:#d04437}java.io.IOException: Could not fully delete 
> E:\OSS\hadoop-branch-2\hadoop-hdfs-project\hadoop-hdfs\target\test\data\dfs\name1{color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:1047){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:883){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:514){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:473){color}
> {color:#d04437} at 
> org.apache.hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations.test2NNRegistration(TestDataNodeMultipleRegistrations.java:69){color}
> {color:#d04437} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method){color}
> {color:#d04437} at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62){color}
> {color:#d04437} at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43){color}
> {color:#d04437} at java.lang.reflect.Method.invoke(Method.java:498){color}
> {color:#d04437} at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47){color}
> {color:#d04437} at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12){color}
> {color:#d04437} at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44){color}
> {color:#d04437} at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17){color}
> {color:#d04437} at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271){color}
> {color:#d04437} at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70){color}
> {color:#d04437} at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229){color}
> {color:#d04437} at 
> org.junit.runners.ParentRunner.run(ParentRunner.java:309){color}
> {color:#d04437} at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365){color}
> {color:#d04437} at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273){color}
> {color:#d04437} at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238){color}
> {color:#d04437} at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159){color}
> {color:#d04437} at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379){color}
> {color:#d04437} at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340){color}
> {color:#d04437} at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125){color}
> {color:#d04437} at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413){color}
>  
> {color:#d04437}...{color}
> {color:#d04437}[INFO]{color}
> {color:#d04437}[INFO] Results:{color}
> {color:#d04437}[INFO]{color}
> {color:#d04437}[ERROR] Errors:{color}
> {color:#d04437}[ERROR] 
> TestDataNodeMultipleRegistrations.test2NNRegistration:69 ╗ IO Could not fully 
> ...{color}
> {color:#d04437}[ERROR] 
> TestDataNodeMultipleRegistrations.testClusterIdMismatch:204 ╗ IO Could not 
> ful...{color}
> {color:#d04437}[ERROR] 
> TestDataNodeMultipleRegistrations.testClusterIdMismatchAtStartupWithHA:248 ╗ 
> ...{color}
> {color:#d04437}[ERROR] 
> TestDataNodeMultipleRegistrations.testDNWithInvalidStorageWithHA:273 ╗ IO 
> Coul...{color}
> {color:#d04437}[ERROR] 
> TestDataNodeMultipleRegistrations.testMiniDFSClusterWithMultipleNN:314 ╗ IO 
> Co...{color}
> {color:#d04437}[INFO]{color}
> {color:#d04437}[ERROR] Tests run: 6, Failures: 0, Errors: 5, Skipped: 0{color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to