Changes between Initial Version and Version 6 of Ticket #3793


Ignore:
Timestamp:
2021-09-29T17:54:02Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3793

    • Property Type changed from defect to task
  • Ticket #3793 – Description

    initial v6  
    1 Currently, if you allocate buckets twice with the same inputs, without writing to any buckets, the result is `(allocated = empty set(), writeable buckets = empty dict())`. This is wrong, each share number should always be one of the two categories.
     1Original issue: Currently, if you allocate buckets twice with the same inputs, without writing to any buckets, the result is `(allocated = empty set(), writeable buckets = empty dict())`. This is wrong, each share number should always be one of the two categories.
     2
     3
     4Later decided the above is wrong. See below comment 4 for new plan for these semantics.