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

Steve Loughran commented on HADOOP-18384:
-----------------------------------------

transient; think it is a filesystem recycling issue where before/after values 
should be checked. however, we would expect a mismatch if the prefetch stream 
was actually enabled.

> ITestS3AFileSystemStatistic failure in prefetch feature branch
> --------------------------------------------------------------
>
>                 Key: HADOOP-18384
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18384
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>            Reporter: Steve Loughran
>            Priority: Major
>
> testing the rebased prefetch feature branch; got a failure in 
> ITestS3AFileSystemStatistic
>  
> {code}
> tics.ITestS3AFileSystemStatistic
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.489 
> s <<< FAILURE! - in 
> org.apache.hadoop.fs.s3a.statistics.ITestS3AFileSystemStatistic
> [ERROR] 
> testBytesReadWithStream(org.apache.hadoop.fs.s3a.statistics.ITestS3AFileSystemStatistic)
>   Time elapsed: 1.489 s  <<< FAILURE!
> java.lang.AssertionError: Mismatch in number of FS bytes read by InputStreams 
> expected:<2048> but was:<69537130>
>         at 
> org.apache.hadoop.fs.s3a.statistics.ITestS3AFileSystemStatistic.testBytesReadWithStream(ITestS3AFileSystemStatistic.java:72)
> {code}
> that;s 64MB + ~237 kb, the kind of values you would get from prefetching
> but, prefetch was disabled in this test run.
> maybe its just the fs stats aren't being reset between test cases



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