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

Revert "plumbing: format/packfile, prevent large objects from being read into memory completely (#303)" #329

Merged
merged 1 commit into from Jun 2, 2021

Conversation

zeripath
Copy link
Contributor

@zeripath zeripath commented Jun 2, 2021

This reverts commit 720c192.

It appears that this just doesn't work and is causing major problems.

I think the changes in storage/filesystem/object.go are fine but the delta and OFS changes would need more thought. (Likely changing the readers to always use ReadAt(...) or something shadowing that with a stored offset.

I deeply apologise for breaking workflow - I had thought that the tests were catching this - clearly not.

@mcuadros
Copy link
Member

mcuadros commented Jun 2, 2021

Thanks, I was about to do it. Don't worry these things happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants