[tahoe-lafs-trac-stream] [Tahoe-LAFS] #1449: drop-upload: updates to files may be lost if few servers are connected (e.g. soon after starting the gateway)

Tahoe-LAFS trac at tahoe-lafs.org
Tue Apr 14 17:05:02 UTC 2015


#1449: drop-upload: updates to files may be lost if few servers are connected
(e.g. soon after starting the gateway)
-------------------------------------+-------------------------------------
     Reporter:  davidsarah           |      Owner:  daira
         Type:  defect               |     Status:  assigned
     Priority:  major                |  Milestone:  1.11.0
    Component:  code-frontend-drop-  |    Version:  1.8.2
  upload                             |   Keywords:  drop-upload
   Resolution:                       |  preservation docs error otf-magic-
Launchpad Bug:                       |  folder-objective2
-------------------------------------+-------------------------------------

Comment (by daira):

 {{{
 -            return self.uploader.startService()
 +            self.uploader.setServiceParent(self.client)
 +            self.uploader.startService()
 +            self.uploader.upload_ready()
 +            return None
 }}}

 `self.uploader.startService()` returns a deferred which is dropped here.
 (Maybe it should be synchronous, the Twisted API doc is not clear.)

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1449#comment:14>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list