-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Importing objects from Netapp storage creates extra objects with 0 byte size #6972
Comments
Thanks for reporting @kesarwam ! I've tried experimenting with NetApp storage using the s3 cli to test ListObjectsV2, which is what we use for imports.
As you can see, the NetApp S3 endpoint returns zero objects, hence lakeFS will import them. The S3 API doesn't return zero objects for prefixes, if there isn't an actual object with the exact key. Example:
So this seems like a bug with NetApp S3 compatibility. |
What happened?
When importing objects from the Netapp StorageGrid in the cloud, process creates extra objects with zero byte size (see screenshots below).
I can provide credentials for the Netapp StorageGrid for testing.
Expected behavior
No response
lakeFS version
1.1.0
How lakeFS is installed
local Docker
Affected clients
Python lakefs_client v1.1.0
Relevant log output
No response
Contact details
amit.kesarwani@treeverse.io
The text was updated successfully, but these errors were encountered: