Changes between Version 6 and Version 7 of Ticket #3793


Ignore:
Timestamp:
2021-09-29T18:03:40Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3793

    • Property Summary changed from allocate_buckets() should always list all shares in its response to allocate_buckets() shouldn't hardcode BucketWriter lifetime as mapping to connections
  • Ticket #3793 – Description

    v6 v7  
    22
    33
    4 Later decided the above is wrong. See below comment 4 for new plan for these semantics.
     4Later decided the above is wrong, but the more fundamental point is that HTTP has no concept of connections, so we shouldn't tie `BucketWriter` lifetime to connections. See below comment 4 for the plan for updating these semantics.