Opened at 2013-08-20T14:25:44Z
Last modified at 2014-08-27T14:28:03Z
#2062 new defect
what happens if a "tahoe backup" process is in progress when another one is started?
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-nodeadmin | Version: | 1.10.0 |
Keywords: | tahoe-backup | Cc: | |
Launchpad Bug: |
Description
How does the "tahoe backup" process handle the situation that another "tahoe backup" process is running at the same time, accessing the same backupdb?
To answer this question, start here: docs/backupdb.rst and src/allmydata/scripts/backupdb.py.
This is relevant to #2053, because a simple, easy improvement for #2053 is just to make sure that backup processes don't corrupt each other's state if they run concurrently, and that they make good quick progress, and take advantage of one another's (complete, consistent) results for faster progress.
Note: See
TracTickets for help on using
tickets.
See also #2285.