raulcd commented on issue #47908: URL: https://github.com/apache/arrow/issues/47908#issuecomment-4621671601
I've been exploring rustfs a little bit. It is still in beta and it feels like it is not mature enough (maybe once they release the final 1.0.0 (currently is on 1.0.0-beta.7). I've tried to run some of our Python tests with rustfs on a docker container on Ubunut 22.04 (still supported from our side). If I install the provided `linux-x86_64-gnu` binary for the beta 7 I get the following issue: ``` > /opt/conda/envs/arrow/lib/python3.13/site-packages/pyarrow/tests/conftest.py(226)s3_server() -> rustfs_server_health_check(address) (Pdb) rustfs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by rustfs) rustfs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by rustfs) ``` https://github.com/seaweedfs/seaweedfs seems more mature. Minio not being supported anymore is one of this issues that will bite us once AWS decides to make a change on their API :) -- 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]
