[tahoe-lafs-trac-stream] [tahoe-lafs] #393: mutable: implement MDMF
tahoe-lafs
trac at tahoe-lafs.org
Sat Sep 24 22:17:14 PDT 2011
#393: mutable: implement MDMF
-------------------------+-------------------------------------------------
Reporter: warner | Owner: zooko
Type: | Status: new
enhancement | Milestone: 1.9.0
Priority: major | Version: 1.0.0
Component: code- | Keywords: newcaps performance random-access
mutable | privacy gsoc mdmf mutable backward-
Resolution: | compatibility forward-compatibility review-
Launchpad Bug: | needed
-------------------------+-------------------------------------------------
Comment (by davidsarah):
Replying to [comment:165 davidsarah]:
> However nothing in publish.py removes entries from
{{{self.outstanding}}}. In finish_publishing at
[source:src/allmydata/mutable/publish.py at 5280#L855], the loop adds entries
to {{{self.outstanding}}}, and registers an errback to
{{{self._connection_problem}}} if {{{writer.finish_publishing}}} fails.
But {{{self._connection_problem}}} removes the writer from
{{{self.writers}}}, it doesn't remove {{{(writer.peerid, writer.shnum)}}}
from {{{self.outstanding}}}. So either the comment or the logic is wrong.
This was fixed in [5286]
> (Also there's a reference to {{{_loop}}} at line 872, and I don't see
any {{{_loop}}} in that file.)
and this in [5287].
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/393#comment:169>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list