#2412 closed defect (fixed)

Magic Folder: teach uploader to use an iterative deque processing algorithm

Reported by: dawuud Owned by:
Priority: normal Milestone: undecided
Component: code-frontend-magic-folder Version: 1.10.0
Keywords: magic-folder reliability blocks-merge Cc:
Launchpad Bug:

Description (last modified by daira)

In my branch or in the current "magic folder" dev branch 2406.otf-objective-2.3.1-fix-upload-deque we have lazily evaluated upload deque implemented using recursing which may cause python's function call stack size limit to be imposed upon the functioning of the uploader deque. this means that the number of items that the uploader deque can process without an "empty" will be artificially limited.

Change History (4)

comment:1 Changed at 2015-08-02T20:28:32Z by daira

  • Component changed from unknown to code-frontend-magic-folder
  • Keywords otf-magic-folder-objective4 added; magic folder removed

comment:2 Changed at 2015-10-29T02:22:27Z by daira

  • Description modified (diff)
  • Keywords magic-folder reliability added; otf-magic-folder-objective4 removed
  • Summary changed from teach drop uploader to use an iterative deque processing algorithm to Magic Folder: teach uploader to use an iterative deque processing algorithm

comment:3 Changed at 2016-03-21T15:26:36Z by daira

  • Keywords blocks-merge added

comment:4 Changed at 2016-03-21T17:24:23Z by daira

  • Resolution set to fixed
  • Status changed from new to closed

Fixed on 2438.magic-folder-stable.12.

Note: See TracTickets for help on using tickets.