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

blobStore.createReadStream() should not "wait" #80

Closed
2 tasks done
gmaclennan opened this issue Feb 28, 2023 · 0 comments · Fixed by #243
Closed
2 tasks done

blobStore.createReadStream() should not "wait" #80

gmaclennan opened this issue Feb 28, 2023 · 0 comments · Fixed by #243
Assignees
Labels

Comments

@gmaclennan
Copy link
Member

gmaclennan commented Feb 28, 2023

Description

Currently the blobStore.createReadStream() method will wait for a blob to become available if it is not downloaded.

Tasks

  • Add wait and timeout options to blobStore.createReadStream()
  • tests for blob store and blob server to ensure they don't wait if the blob is not replicated locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants