Changes between Version 1 and Version 2 of Ticket #3793, comment 4


Ignore:
Timestamp:
2021-09-29T16:38:35Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3793, comment 4

    v1 v2  
    331. There is a single, persistent `BucketWriter` whose lifetime is no longer tied to the connection lifetime.
    442. Cancellation has 30-minute timeout.
    5 3. Foolscap connections still preserve current semantics, for backwards compat with existing clients: new uploads start from scratch. However, the implementation happens in a different place, instead of happening automatically on disconnect it happens as part of `allocate_buckets()`.
    6 4. `allocate_buckets()` external behavior remains unchanged.
     53. `allocate_buckets()` maintains same external behavior.
     64. Foolscap connections specifically still preserve current semantics, for backwards compat with existing clients: disconnection causes cancellation.