DescriptionMatt Benjamin (redhat)
2019-02-19 12:22:24 UTC
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.
Comment 2Pritha Srivastava
2019-03-01 07:50:50 UTC
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>
Comment 3Giridhar Ramaraju
2019-08-05 13:09:26 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate.
Regards,
Giri
Comment 4Giridhar Ramaraju
2019-08-05 13:10:42 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate.
Regards,
Giri
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