Page MenuHomePhabricator

Add support for partially uploaded files
ClosedPublic

Authored by epriestley on Mar 13 2015, 2:09 AM.
Tags
None
Referenced Files
F15466548: D12063.id29040.diff
Thu, Apr 3, 6:50 AM
F15431280: D12063.id29031.diff
Mon, Mar 24, 11:31 AM
F15430023: D12063.diff
Mon, Mar 24, 5:19 AM
F15419180: D12063.id.diff
Fri, Mar 21, 4:12 AM
F15385559: D12063.id29031.diff
Fri, Mar 14, 10:50 PM
F15313859: D12063.id29040.diff
Mar 6 2025, 4:23 PM
Unknown Object (File)
Feb 8 2025, 3:02 AM
Unknown Object (File)
Feb 8 2025, 3:02 AM

Details

Summary

Ref T7149. This flags allocated but incomplete files and doesn't explode when trying to download them.

Files are marked complete when the last chunk is uploaded.

I added a key on <authorPHID, isPartial> so we can show you a list of partially uploaded files and prompt you to resume them at some point down the road.

Test Plan

Massaged debugging settings and uploaded README.md very slowly in 32b chunks. Saw the file lose its "Partial" flag when the last chunk finished.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add support for partially uploaded files.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 13 2015, 6:08 PM
This revision was automatically updated to reflect the committed changes.