Changes between Initial Version and Version 1 of Ticket #1290


Ignore:
Timestamp:
2011-01-04T02:19:31Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1290 – Description

    initial v1  
    77 * in {{{ShareCrawler}}} in [source:src/allmydata/storage/crawler.py]
    88 * in {{{LeaseCheckingCrawler}}} (subclass of {{{ShareCrawler}}}) in [source:src/allmydata/storage/expirer.py]
     9 * in [source:misc/operations_helpers/cpu-watcher.tac]
    910
    1011If all of these uses of pickles were simply replaced with JSON, the state of crawls in progress at the time of the upgrade would be lost. This seems acceptable to me; I don't see any need to support resuming an interrupted crawl from a pickle written by a previous version.