#3807 closed task (fixed)

BucketWriters should be removed if no writes happen in 30 minutes

Reported by: itamarst Owned by: GitHub <noreply@…>
Priority: normal Milestone: HTTP Storage Protocol
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description (last modified by itamarst)

Post-#3793, BucketWriters are attached to the storage server. For Foolscap they only live for connection lifetime, but for HTTP there is no comparable connection lifetime.

Therefore, if no writes happen for 30 minutes, they should be removed.

Change History (2)

comment:1 Changed at 2021-09-29T18:06:55Z by itamarst

  • Description modified (diff)

comment:2 Changed at 2021-11-23T16:01:29Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In c936602/trunk:

Merge pull request #1162 from tahoe-lafs/3807.immutable-upload-timeout

Immutable uploads time out if no writes are done for 30 minutes

Fixes ticket:3807

Note: See TracTickets for help on using tickets.