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

largeFile #9

Open
cfirs opened this issue Aug 13, 2017 · 2 comments
Open

largeFile #9

cfirs opened this issue Aug 13, 2017 · 2 comments

Comments

@cfirs
Copy link

cfirs commented Aug 13, 2017

did you support large file handeling?

@phal0r
Copy link
Collaborator

phal0r commented Aug 13, 2017

Hi @cfirs,

do you mean this feature: https://github.com/chrislusf/seaweedfs/wiki/Large-File-Handling ?

Unfortunately, we don't support it yet. The following steps would be necessary:

  • add a way to signal write() that you want to store a file as chunked
  • implement chunking, storing the chunks and creating the manifest json
  • return the fileInfo of the manifest json as entrypoint

If I understood correctly, there should be no changes in read(). There are no plans from our side right now to implement this feature, but a PR would be very welcome :)

@cfirs
Copy link
Author

cfirs commented Aug 13, 2017

Thanks for the quick response!

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

No branches or pull requests

2 participants