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

Ahmar Suhail commented on HADOOP-18366:
---------------------------------------

Seeing some weird behaviour on this. 

In my log4j properties, when I comment out 
log4j.logger.org.apache.hadoop.fs.s3a=DEBUG (so it doesn't log debug logs), the 
test passes. Total test run time was 1 min 31s. Verified with [~monthonk] , who 
is also seeing the same thing. Ran this a few times, always times out with 
Debug on, and passes with debug off. Something maybe 
[here|https://github.com/apache/hadoop/blob/03cfc852791c14fad39db4e5b14104a276c08e59/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java#L79]?
 will look into this more. but any ideas why this could be happening?

> ITestS3Select.testSelectSeekFullLandsat is timing out
> -----------------------------------------------------
>
>                 Key: HADOOP-18366
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18366
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Ahmar Suhail
>            Priority: Minor
>
> ITestS3Select.testSelectSeekFullLandsat is timing out. When I run it 
> separately on my IDE, I get the following output repeatedly till I stop the 
> test manually:
>  
> {code:java}
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:<init>(80)) - Starting: read()
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:<init>(80)) - Starting: read()
> 2022-07-25 15:15:37,463 [JUnit-testSelectSeekFullLandsat] DEBUG s3a.Invoker 
> (DurationInfo.java:close(101)) - read(): duration 0:00.000s {code}
> When running the entire test suite on my EC2, I get:
> {code:java}
> Time elapsed: 600.01 s  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 600000 
> milliseconds {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to