ripplehang commented on PR #43601: URL: https://github.com/apache/arrow/pull/43601#issuecomment-2373686999
@pitrou the previous ci failed due to the specific minio version could NOT accept the --certs-dir at the end of the args,I could reproduce the failure locally, and after upgrade the minio to the latest, the failure would disappear. Meanwhile, the minio version is two years ago, i wonder whether we should upgrade the minio version regularly Can you help to trigger the CI action again, Thanks ---- bash-5.1$ ./minio.2022 server --quiet --compat --address 127.0.0.1:9000 /home/admin/minio --certs-dir /home/admin/minio ERROR Invalid command line arguments: Incorrect number of endpoints provided [/home/admin/minio --certs-dir /home/admin/minio] > Please provide an even number of endpoints greater or equal to 4 HINT: For more information, please refer to https://docs.min.io/docs/minio-erasure-code-quickstart-guide bash-5.1$ ./minio.2024 server --quiet --compat --address 127.0.0.1:9000 /home/admin/minio --certs-dir /home/admin/minio WARN: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org