steveloughran commented on issue #1761: HADOOP-16759. Filesystem openFile() 
builder to take a FileStatus param
URL: https://github.com/apache/hadoop/pull/1761#issuecomment-576429973
 
 
   Latest iteration -tested s3 ireland
   
   *Address the checkstyle issues.
   
   * Adds some tests of the API in ITestS3GuardOutOfBandOperations,
   for auth and non-auth.
   
   This includes the discovery (and fix!) of the fact that with the
   specific s3guard retry logic of HADOOP-16490, we needed to set a
   different retry option to get the tests to fail fast on deleted
   file in auth mode. It has been like that for a few months, but
   we've never noticed...though even in parallel runs it would have
   reduced performance by using up a process for 2+ minutes.
   Running in the IDE I initially thought my changes had broken something.
   
   Also: ITestS3Select fails as trying to select a dir raises an FNFE,
   just as open() always has. Because we skip looking for dir markers in
   select or open, attempts to read a nonexistent file will fail faster
   (though still add a 404 to the S3 cache)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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