Opened at 2012-10-30T23:43:24Z
Last modified at 2012-10-30T23:46:54Z
#1837 new defect
remove the "override lease duration" feature
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-storage | Version: | 1.9.2 |
Keywords: | leases garbage-collection accounting | Cc: | |
Launchpad Bug: |
Description
It seems like the feature of "delete all shares whose renewal time is more than X time ago" is redundant with the feature of "delete all shares whose renewal time was before Y timestamp". See how those two are implemented on the #666 branch to see how redundant the are with each other. ☺ https://github.com/davidsarah/tahoe-lafs/commit/1d33b833703ef15d4071d1e965464f35a17ee5cf
The existence of more than one way to do it adds cognitive load to my poor, overworked brain. Please help me by eliminating one of them.
Note: See
TracTickets for help on using
tickets.
+1. Let's document this feature as deprecated (and say how to express it in terms of cutoff-date).