XComp commented on a change in pull request #18692:
URL: https://github.com/apache/flink/pull/18692#discussion_r805874471



##########
File path: 
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util/DockerImageVersions.java
##########
@@ -45,4 +45,6 @@
     public static final String PULSAR = "apachepulsar/pulsar:2.8.0";
 
     public static final String CASSANDRA_3 = "cassandra:3.0";
+
+    public static final String MINIO = "minio/minio:edge";

Review comment:
       Debugging the behavior from the Flink side brings me to the conclusion 
that it's caused by the response coming from a `listObjects` call. It looks 
like [Minio PR #13804](https://github.com/minio/minio/pull/13804) is the fix 
that was added in `RELEASE.2021-12-09T06-19-41Z` that's relevant for us here. 
The PR description also points to `S3AFileSystem` "utilizing the behavior that 
is fixed in that PR". I leave it like that without verifying it through a 
custom build to not put more time into that investigation.




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


Reply via email to