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



##########
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:
       I looked into the versioning again. `edge` seems to be a development 
version:
   ```
   docker run --entrypoint="" \
     -p 9000:9000 \
     -p 9001:9001 \
     -v /tmp/minio/data2:/data \
     -e "MINIO_ROOT_USER=minio" \
     -e "MINIO_ROOT_PASSWORD=minio123" \
     -it minio/minio:edge /opt/bin/minio --version
   minio version DEVELOPMENT.2021-11-23T00-07-23Z
   ```
   It includes a bug that causes the `getFileStatus` to fail on an empty 
directory to fail. The observed behavior is also present in the released 
version `RELEASE.2021-11-24T23-19-33Z` but fixed in the succeeding version 
`RELEASE.2021-12-10T23-03-39Z`




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to