Description of problem: org.apache.hadoop.fs.contract.s3a.ITestS3AContractGetFileStatus#testComplexDirActions [ERROR transform.XmlResponsesSaxParser (XmlResponsesSaxParser.java:doEndElement(800)) - S3 response indicates truncated results, but contains no object summaries. (...) This error repeats and then times out.
The test fails because by default a call is made to listObjectsv2 which is not implemented in RGW currently. So even though RGW correctly lists objects at its end, the xml output is not exactly what is expected of listObjectV2, so hadoop repeatedly makes calls to rgw to list objects and times out after a period. So setting the list version to 1 makes the test pass. This test can be re-run once we have listObjectsV2 in our code base. We need to set the following property in hadoop/hadoop-tools/hadoop-aws/src/test/resources/auth-keys.xml: <property> <name>fs.s3a.list.version</name> <value>1</value> </property>
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. Regards, Giri
Matt, if that's not a blocker, please explain why and defer to 4.1.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:2231