[
https://issues.apache.org/jira/browse/HADOOP-18175?focusedWorklogId=762199&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-762199
]
ASF GitHub Bot logged work on HADOOP-18175:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/22 09:22
Start Date: 26/Apr/22 09:22
Worklog Time Spent: 10m
Work Description: monthonk commented on code in PR #4212:
URL: https://github.com/apache/hadoop/pull/4212#discussion_r858489694
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AUnbuffer.java:
##########
@@ -192,6 +197,12 @@ private boolean isObjectStreamOpen(FSDataInputStream
inputStream) {
return ((S3AInputStream)
inputStream.getWrappedStream()).isObjectStreamOpen();
}
+ private void skipIfCannotUnbuffer(InputStream inputStream) {
Review Comment:
At this point we still don't know what kind of inputStream it is, the method
`hasCapability` only visible after we cast it to S3AInputStream or
S3PrefetchingInputStream
Issue Time Tracking
-------------------
Worklog Id: (was: 762199)
Time Spent: 50m (was: 40m)
> test failures with prefetching s3a input stream
> -----------------------------------------------
>
> Key: HADOOP-18175
> URL: https://issues.apache.org/jira/browse/HADOOP-18175
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.4.0
> Reporter: Steve Loughran
> Assignee: Monthon Klongklaew
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> identify and fix all test regressions from the prefetching s3a input stream
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]