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

Alessandro Passaro commented on HADOOP-18531:
---------------------------------------------

I've seen the same failure on {{testRandomReadLargeFile}}, occasionally:

{code}
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 34.723 
s <<< FAILURE! - in org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream
[ERROR] 
testRandomReadLargeFile(org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream)
  Time elapsed: 10.536 s  <<< FAILURE!
java.lang.AssertionError:
[Maxiumum named action_executor_acquired.max]
Expecting:
 <0L>
to be greater than:
 <0L>
        at 
org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream.testRandomReadLargeFile(ITestS3APrefetchingInputStream.java:215)
{code}

> assertion failure in ITestS3APrefetchingInputStream
> ---------------------------------------------------
>
>                 Key: HADOOP-18531
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18531
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Assignee: Ashutosh Gupta
>            Priority: Major
>
> assert failure in 
> {{ITestS3APrefetchingInputStream.testReadLargeFileFullyLazySeek}}; looks like 
> the executor was acquired faster than the test expected.
> {code}
> java.lang.AssertionError: 
> [Maxiumum named action_executor_acquired.max] 
> Expecting:
>  <0L>
> to be greater than:
>  <0L> 
> {code}
> proposed: cut that assert as it doesn't seem needed



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

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

Reply via email to