[Bug]: Impossible to import data from local FS using bulk_import in docker-compose build #40571
Open
1 task done
Labels
area/deployment
any issues that related to deployment
kind/bug
Issues or changes related a bug
triage/needs-information
Indicates an issue needs more information in order to work on it.
Is there an existing issue for this?
Environment
Current Behavior
I tried to mount my folder with data to mulvus and minio containers. In /root/data, in /minio-data /minio-data/a-bucket (inside minio container) and many many other attempts.
Then I do
from pymilvus.bulk_writer import bulk_import
resp = bulk_import(url=url, collection_name=collection_name, files=bulk_files)
with filenames to import (parquet files)
But absolutely each attempt gives me
new parquet reader failed, err=parquet: could not retrieve footer offset: The specified key does not exist.: importing data failed (PreImportTask)
The parquest files was created with RemoteBulkWriter and uploaded to s3, after which downloaded manually to this new server.
There wasn't such error on importing when I started milvus using only single container, but reproduces only with docker-compose version
What I miss?
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: