Changes between Initial Version and Version 1 of Ticket #1290
- Timestamp:
- 2011-01-04T02:19:31Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1290 – Description
initial v1 7 7 * in {{{ShareCrawler}}} in [source:src/allmydata/storage/crawler.py] 8 8 * in {{{LeaseCheckingCrawler}}} (subclass of {{{ShareCrawler}}}) in [source:src/allmydata/storage/expirer.py] 9 * in [source:misc/operations_helpers/cpu-watcher.tac] 9 10 10 11 If 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.