Immutable uploads time out if no writes are done for 30 minutes #1162
No reviewers
Labels
No Label
Benchmarking and Performance
HTTP Storage Protocol
Nevow Removal
Python 3 Porting
not-for-merge
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tahoe-lafs/tahoe-lafs#1162
Loading…
Reference in New Issue
No description provided.
Delete Branch "3807.immutable-upload-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mostly useful for HTTP uploads.
Fixes https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3807
Coverage decreased (-0.001%) to 95.663% when pulling
c341a86abd
on 3807.immutable-upload-timeout intod3c6f58a8d
on master.LGTM, some inline comments
@ -15,3 +15,3 @@
from typing import Dict
import os, re, time
import os, re
\O/
probably don't need the
list()
?comment doesn't match code
You do, when it gets disconnected it removes itself from
_bucket_writers
and then you're iterating over it as it gets mutated.Fixed.