virajjasani commented on PR #5887:
URL: https://github.com/apache/hadoop/pull/5887#issuecomment-1648746764

   Some relevant failures, will get to them:
   
   ```
   [ERROR] 
testStatusProbesAfterClosingStream(org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream)
  Time elapsed: 0.34 s  <<< ERROR!
   java.io.IOException: Unable to initialize filesystem s3a://{xyz}: 
java.lang.IllegalArgumentException: Value of fs.s3a.prefetch.block.size: 10240 
is below the minimum value 8388608
        at 
org.apache.hadoop.fs.contract.AbstractBondedFSContract.init(AbstractBondedFSContract.java:76)
        at 
org.apache.hadoop.fs.contract.AbstractFSContractTestBase.setup(AbstractFSContractTestBase.java:187)
        at 
org.apache.hadoop.fs.s3a.AbstractS3ATestBase.setup(AbstractS3ATestBase.java:111)
   
   
   [ERROR] 
testSeeksWithLruEviction[max-blocks-1](org.apache.hadoop.fs.s3a.ITestS3APrefetchingLruEviction)
  Time elapsed: 0.338 s  <<< ERROR!
   java.io.IOException: Unable to initialize filesystem s3a://{xyz}: 
java.lang.IllegalArgumentException: Value of fs.s3a.prefetch.block.size: 10240 
is below the minimum value 8388608
        at 
org.apache.hadoop.fs.contract.AbstractBondedFSContract.init(AbstractBondedFSContract.java:76)
        at 
org.apache.hadoop.fs.contract.AbstractFSContractTestBase.setup(AbstractFSContractTestBase.java:187)
        at 
org.apache.hadoop.fs.s3a.AbstractS3ATestBase.setup(AbstractS3ATestBase.java:111)
        at 
org.apache.hadoop.fs.s3a.performance.AbstractS3ACostTest.setup(AbstractS3ACostTest.java:122)
   
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to