Skip to content
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(rust): Infinite loop when resolving version w/ external manifest using MirroredObjectStore #1176

Open
albertlockett opened this issue Apr 1, 2024 · 0 comments · May be fixed by #1180
Open
Assignees
Labels
bug Something isn't working

Comments

@albertlockett
Copy link
Contributor

LanceDB version

v0.10.5

What happened?

When using external manifest commit handler as well as local MirroredObjectStore, when the reader tries to synchronize the two stores, it's possible the manifest-uuid file won't be on the local FS. There's a bug in object_store that causes copies from a non existing source to go into infinite loop.
apache/arrow-rs#5503

Are there known steps to reproduce?

No response

@albertlockett albertlockett added the bug Something isn't working label Apr 1, 2024
@albertlockett albertlockett self-assigned this Apr 1, 2024
alexkohler pushed a commit to alexkohler/lancedb that referenced this issue Apr 20, 2024
Also add a CI step to build the benchmark code (without running them).

Co-authored-by: Chang She <chang@lancedb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant