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 2022/01/05 15:08:15 UTC

[GitHub] [hadoop] jianghuazhu commented on pull request #3862: HDFS-11107.TestStartup#testStorageBlockContentsStaleAfterNNRestart fails intermittently.

jianghuazhu commented on pull request #3862:
URL: https://github.com/apache/hadoop/pull/3862#issuecomment-1005767451


   Before repairing, it usually takes more than 60s to test once.
   For example, here is the time consuming I tested:
   1. Time-consuming: 77254 ms
   2. Time-consuming: 77525 ms
   3. Time-consuming: 77083 ms
   4. Time-consuming: 76345 ms
   5. Time-consuming: 76616 ms
   
   I found 2 locations to be very time consuming.
   1. Use socket to get host
   `
   org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
   
   	at java.net.InetAddress.getLocalHost(InetAddress.java:1487)
   	at sun.management.VMManagementImpl.getVmId(VMManagementImpl.java:140)
   `
   
   2. The connection related to the host.
   `
   2022-01-05 22:24:57,012 [BP-787407874-10.242.143.133-1641392642386 heartbeating to localhost/127.0.0.1:49461] INFO  ipc.Client (Client.java:handleConnectionFailure(1010)) - Retrying connect to server: localhost/127.0.0.1:49461. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
   2022-01-05 22:24:58,016 [BP-787407874-10.242.143.133-1641392642386 heartbeating to localhost/127.0.0.1:49461] INFO  ipc.Client (Client.java:handleConnectionFailure(1010)) - Retrying connect to server: localhost/127.0.0.1:49461. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
   
   `
   
   


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

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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