Project

Profile

Help

Story #4981

closed

Remove incomplete chunked uploads after a set amount of time

Added by daviddavis almost 5 years ago. Updated over 3 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Chunked uploads could be large. If they are never turned into artifacts, they could take up large amounts of disk space indefinitely.


Related issues

Related to Pulp - Story #4196: As a user, I can upload files in chunks.CLOSED - CURRENTRELEASEdaviddavis

Actions
Related to Pulp - Story #4988: As a user, I can remove uploadsCLOSED - CURRENTRELEASEdaviddavis

Actions
Actions #1

Updated by daviddavis almost 5 years ago

  • Related to Story #4196: As a user, I can upload files in chunks. added
Actions #2

Updated by daviddavis almost 5 years ago

  • Description updated (diff)
Actions #3

Updated by daviddavis almost 5 years ago

  • Tracker changed from Issue to Task
  • % Done set to 0
Actions #4

Updated by daviddavis almost 5 years ago

  • Tracker changed from Task to Story
Actions #5

Updated by daviddavis almost 5 years ago

  • Related to Story #4988: As a user, I can remove uploads added
Actions #6

Updated by ttereshc almost 5 years ago

Does it make sense to extend the upload API for GET and DELETE and accept the parameter incomplete=true?

So one would be able to list or retrieve incomplete uploads and remove them by explicitly specifying that they are removing the incomplete one.
E.g.

# all
http GET :24817/pulp/api/v3/uploads/ incomplete=true # or just filter by completed_at

# specific one (not very useful but might be a way to check for a user if the upload is incomplete or not)
export UPLOAD='/pulp/api/v3/uploads/345b7d58-f1f8-45d9-d354-82a31eb879bf/'
http GET :24817${UPLOAD} incomplete=true  # or just filter by completed_at

# remove a specific one
http DELETE :24817${UPLOAD} incomplete=true
Actions #7

Updated by daviddavis over 4 years ago

  • Sprint/Milestone deleted (3.0.0)
Actions #8

Updated by dkliban@redhat.com over 3 years ago

  • Status changed from NEW to CLOSED - WONTFIX

Also available in: Atom PDF