TypeError when repairing an (unrecoverable?) directory #786

Closed
opened 2009-08-11 17:00:45 +00:00 by zooko · 16 comments

I had just brought my laptop out of sleep and it hadn't yet connected to a wireless network when I clicked on the bookmark to take me to my blog. It said something to the effect that the file was unrecoverable, and I saw that the network had just about finished coming up (according to the little radio wave icon thingie at the upper-right-hand corner of my Mac OS X desktop), so I hit reload.
It said:

/Users/wonwinmcbrootles/playground/allmydata/tahoe/trunk/trunk/src/allmydata/mutable/retrieve.py, line 113 in __init__
111        self._status.set_active(True)
112        (seqnum, root_hash, IV, segsize, datalength, k, N, prefix,
113         offsets_tuple) = self.verinfo
114        self._status.set_size(datalength)

Locals
verinfo	None
prefix	'6s64w'
self	<allmydata.mutable.retrieve.Retrieve instance at 0x37a4828>
<type 'exceptions.TypeError'>: 'NoneType' object is not iterable

I'll attach the full resulting error page and the two incident report files that were generated.

I had just brought my laptop out of sleep and it hadn't yet connected to a wireless network when I clicked on the bookmark to take me to my blog. It said something to the effect that the file was unrecoverable, and I saw that the network had just about finished coming up (according to the little radio wave icon thingie at the upper-right-hand corner of my Mac OS X desktop), so I hit reload. It said: ``` /Users/wonwinmcbrootles/playground/allmydata/tahoe/trunk/trunk/src/allmydata/mutable/retrieve.py, line 113 in __init__ 111 self._status.set_active(True) 112 (seqnum, root_hash, IV, segsize, datalength, k, N, prefix, 113 offsets_tuple) = self.verinfo 114 self._status.set_size(datalength) Locals verinfo None prefix '6s64w' self <allmydata.mutable.retrieve.Retrieve instance at 0x37a4828> <type 'exceptions.TypeError'>: 'NoneType' object is not iterable ``` I'll attach the full resulting error page and the two incident report files that were generated.
zooko added the
c/code
p/major
t/defect
v/1.5.0
labels 2009-08-11 17:00:45 +00:00
zooko added this to the undecided milestone 2009-08-11 17:00:45 +00:00
Author

Attachment Exception.html (8183 bytes) added

**Attachment** Exception.html (8183 bytes) added
Author

Attachment incident-2009-07-29-104334-hjflzua.flog.bz2 (43666 bytes) added

**Attachment** incident-2009-07-29-104334-hjflzua.flog.bz2 (43666 bytes) added
Author

Attachment incident-2009-07-29-104230-vyc6byy.flog.bz2 (44195 bytes) added

**Attachment** incident-2009-07-29-104230-vyc6byy.flog.bz2 (44195 bytes) added
Author

allmydata-tahoe: 1.4.1-r3997, foolscap: 0.4.2, pycryptopp: 0.5.15, zfec: 1.4.5, Twisted: 8.2.0, Nevow: 0.9.31-r15675, zope.interface: 3.1.0c1, python: 2.5.4, platform: Darwin-8.11.1-i386-32bit, sqlite: 3.1.3, simplejson: 2.0.9, argparse: 0.8.0, pyOpenSSL: 0.9, pyutil: 1.3.34, zbase32: 1.1.0, setuptools: 0.6c12dev, pysqlite: 2.3.2

allmydata-tahoe: 1.4.1-r3997, foolscap: 0.4.2, pycryptopp: 0.5.15, zfec: 1.4.5, Twisted: 8.2.0, Nevow: 0.9.31-r15675, zope.interface: 3.1.0c1, python: 2.5.4, platform: Darwin-8.11.1-i386-32bit, sqlite: 3.1.3, simplejson: 2.0.9, argparse: 0.8.0, pyOpenSSL: 0.9, pyutil: 1.3.34, zbase32: 1.1.0, setuptools: 0.6c12dev, pysqlite: 2.3.2

Hrm. verinfo=None is a likely way for one piece of code to tell another that there are no recoverable versions, and something should notice that and raise a file-not-recoverable error instead of a confusing+ugly not-iterable error, but of course the real question is why this behavior occurred the second time you tried to download it, when presumeably all your connections had become established.

Maybe only some of your connections were established by the second attempt, and this is an error which occurs when some but not all of the shares were retrieveable.

When I get a chance, I'll try to look at the incidents you attached and see if I can distinguish between these two situations. Thanks for including all the details and incident reports.. that will greatly help to analyze this one!

Hrm. verinfo=None is a likely way for one piece of code to tell another that there are no recoverable versions, and something should notice that and raise a file-not-recoverable error instead of a confusing+ugly not-iterable error, but of course the real question is why this behavior occurred the second time you tried to download it, when presumeably all your connections had become established. Maybe only some of your connections were established by the second attempt, and this is an error which occurs when some but not all of the shares were retrieveable. When I get a chance, I'll try to look at the incidents you attached and see if I can distinguish between these two situations. Thanks for including all the details and incident reports.. that will greatly help to analyze this one!
warner added
c/code-mutable
and removed
c/code
labels 2009-08-11 22:40:31 +00:00
Author

Hm, I think I might have misremembered the sequence of events. I don't think I "hit reload". I think instead I started a deep-check-verify-repair-renew on the directory that contains my blog. I'm sorry that I don't remember for sure.

Hm, I think I might have misremembered the sequence of events. I don't think I "hit reload". I think instead I started a deep-check-verify-repair-renew on the directory that contains my blog. I'm sorry that I don't remember for sure.
Author

By the way, if you get a chance to reconsider #653 (introducer client: connection count is wrong, VersionedRemoteReference needs EQ), the answers to the questions on that ticket might be relevant to this ticket.

By the way, if you get a chance to reconsider #653 (introducer client: connection count is wrong, VersionedRemoteReference needs EQ), the answers to the questions on that ticket might be relevant to this ticket.
Author

Brian: any ideas or suggestions of things I can do to help on this one?

Brian: any ideas or suggestions of things I can do to help on this one?
warner was assigned by zooko 2009-10-27 05:37:53 +00:00
Author

Here's another report of this issue:

http://allmydata.org/pipermail/tahoe-dev/2009-December/003420.html

François reported on IRC that it was the Tahoe-LAFS 1.5.0-0ubuntu1 that comes in Ubuntu Karmic, and that the latest trunk of Tahoe-LAFS didn't have this bug. However, his follow-up on the list said that it was a specific command -- deep-check -v --add-lease --repair that failed but that doing the same actions in subsequent commands worked:

http://allmydata.org/pipermail/tahoe-dev/2009-December/003421.html

So I'm not sure if this behavior really does differ between Tahoe-LAFS v1.5.0 and current trunk. Assigning to François for clarification.

Here's another report of this issue: <http://allmydata.org/pipermail/tahoe-dev/2009-December/003420.html> François reported on IRC that it was the Tahoe-LAFS 1.5.0-0ubuntu1 that comes in Ubuntu Karmic, and that the latest trunk of Tahoe-LAFS didn't have this bug. However, his follow-up on the list said that it was a specific command -- `deep-check -v --add-lease --repair` that failed but that doing the same actions in subsequent commands worked: <http://allmydata.org/pipermail/tahoe-dev/2009-December/003421.html> So I'm not sure if this behavior really does differ between Tahoe-LAFS v1.5.0 and current trunk. Assigning to François for clarification.
zooko changed title from TypeError when loading a directory while my wireless network was down to TypeError when loading a directory 2009-12-28 20:40:29 +00:00

I currently believe that both of these exceptions were the result of a repair attempted on a mutable file (probably a directory) which was unrecoverable. Francois' crash uses download_version, and the only place where that is used in the tahoe codebase is in the repairer. If there were no shares available, it would call download_version with None (instead of the version to download, which is expressed as a tuple of things), and you'd see this kind of crash.

incidentally, I found a bug in the repairer that incorrectly classifies an unrecoverable-but-not-completely-gone file (i.e. one with 1 or 2 shares, when k=3). It raises a MustForceRepairError with an explanation about there being unrecoverable newer versions. The intention was to raise this error when e.g. there are 9 shares of version 1, and 2 shares of version 2, since in that situation, repairing the only recoverable version (1) will knowingly discard the remaining shares of version 2, abandoning any hope of recovering the current contents of the file.

I currently believe that both of these exceptions were the result of a repair attempted on a mutable file (probably a directory) which was unrecoverable. Francois' crash uses `download_version`, and the only place where that is used in the tahoe codebase is in the repairer. If there were no shares available, it would call `download_version` with None (instead of the version to download, which is expressed as a tuple of things), and you'd see this kind of crash. incidentally, I found a bug in the repairer that incorrectly classifies an unrecoverable-but-not-completely-gone file (i.e. one with 1 or 2 shares, when k=3). It raises a `MustForceRepairError` with an explanation about there being unrecoverable newer versions. The intention was to raise this error when e.g. there are 9 shares of version 1, and 2 shares of version 2, since in that situation, repairing the only recoverable version (1) will knowingly discard the remaining shares of version 2, abandoning any hope of recovering the current contents of the file.
warner changed title from TypeError when loading a directory to TypeError when repairing an (unrecoverable?) directory 2009-12-29 18:33:32 +00:00

I looked at zooko's Incidents, and I think they're showing an entirely
different bug. The 104230-vyc6byy incident shows a mutable file being read
and written several times (there's no MODE_CHECK in there, which suggests
that it's not a check-and-repair operation, just a regular read-modify-write
call).

The relevant parts of the events leading up to the Incident are:

initial goal:
# 09:42:28.229 [30929]: current goal: before update: , sh0 to [jfdpabh3], sh0 to [n5hgpiok], sh1 to [fcmlx6em], sh1 to [jfdpabh3], sh2 to [jfdpabh3], sh2 to [trjdor3o], sh3 to [ivjakubr], sh3 to [xiktf6ok], sh4 to [uf7kq2sv], sh4 to [wfninubk], sh5 to [wfninubk], sh6 to [qvqv7jmm], sh6 to [trjdor3o], sh7 to [fcmlx6em], sh7 to [wfninubk], sh8 to [lwkv6cji], sh8 to [6fyx5u4z], sh8 to [7tlov7eg], sh9 to [ivjakubr], sh9 to [6fyx5u4z]

DeadReferenceError when writing sh0 to n5hgpiok

then:
# 09:42:30.089 [31045]: _got_write_answer from 6fyx5u4z
# 09:42:30.089 [31046]: entering loop
# 09:42:30.091 [31047]: current goal: before update: , sh0 to [jfdpabh3], sh1 to [fcmlx6em], sh1 to [jfdpabh3], sh2 to [jfdpabh3], sh2 to [trjdor3o], sh3 to [ivjakubr], sh3 to [xiktf6ok], sh4 to [uf7kq2sv], sh4 to [wfninubk], sh5 to [wfninubk], sh6 to [qvqv7jmm], sh6 to [trjdor3o], sh7 to [fcmlx6em], sh7 to [wfninubk], sh8 to [lwkv6cji], sh8 to [6fyx5u4z], sh8 to [7tlov7eg], sh9 to [ivjakubr], sh9 to [6fyx5u4z]
# 09:42:30.091 [31048]: we are planning to push new seqnum=#1832
# 09:42:30.091 [31049]: 6 queries still outstanding
# 09:42:30.092 [31050]: _got_write_answer from 6fyx5u4z
    * 09:42:30.092 [31051]: WEIRD our testv failed, so the write did not happen [INCIDENT-TRIGGER]
    * 09:42:31.099 [31052]: somebody modified the share on us: shnum=8: I thought they had #1832:R=lzzf, but testv reported #1832:R=lzzf
    * 09:42:31.099 [31053]: somebody modified the share on us: shnum=9: I thought they had #1832:R=lzzf, but testv reported #1832:R=lzzf

This suggests that we got two answers from the 6fyx server. It feels like
we sent two identical requests to it. The first one succeeded normally, the
second one failed. I suspect the logging code (which provides the "I thought
they had.." comment) is not accurately remembering the test vector that was
sent with the original message, instead it is using a local variable that has
already been updated by the time the log event is emitted. So I suspect that
the second answer is in response to a query which said "I think you should
have version 1831, please update to v1832", and of course since the first
message was processed by then, the server would already be at v1832.

The other incident (104334-hjflzua) is the same behavior on the same time, a
minute later, this time trying to update to v1833.

My current guess is that we're somehow getting two copies of the same server
in our peerlist, and sending updates to both.

The "error during repair" that this ticket might be about isn't reflected in
these two incidents. It's likely that it wouldn't show up as an incident at
all, just the traceback. I'll investigate further.

I looked at zooko's Incidents, and I think they're showing an entirely different bug. The 104230-vyc6byy incident shows a mutable file being read and written several times (there's no MODE_CHECK in there, which suggests that it's not a check-and-repair operation, just a regular read-modify-write call). The relevant parts of the events leading up to the Incident are: ``` initial goal: # 09:42:28.229 [30929]: current goal: before update: , sh0 to [jfdpabh3], sh0 to [n5hgpiok], sh1 to [fcmlx6em], sh1 to [jfdpabh3], sh2 to [jfdpabh3], sh2 to [trjdor3o], sh3 to [ivjakubr], sh3 to [xiktf6ok], sh4 to [uf7kq2sv], sh4 to [wfninubk], sh5 to [wfninubk], sh6 to [qvqv7jmm], sh6 to [trjdor3o], sh7 to [fcmlx6em], sh7 to [wfninubk], sh8 to [lwkv6cji], sh8 to [6fyx5u4z], sh8 to [7tlov7eg], sh9 to [ivjakubr], sh9 to [6fyx5u4z] DeadReferenceError when writing sh0 to n5hgpiok then: # 09:42:30.089 [31045]: _got_write_answer from 6fyx5u4z # 09:42:30.089 [31046]: entering loop # 09:42:30.091 [31047]: current goal: before update: , sh0 to [jfdpabh3], sh1 to [fcmlx6em], sh1 to [jfdpabh3], sh2 to [jfdpabh3], sh2 to [trjdor3o], sh3 to [ivjakubr], sh3 to [xiktf6ok], sh4 to [uf7kq2sv], sh4 to [wfninubk], sh5 to [wfninubk], sh6 to [qvqv7jmm], sh6 to [trjdor3o], sh7 to [fcmlx6em], sh7 to [wfninubk], sh8 to [lwkv6cji], sh8 to [6fyx5u4z], sh8 to [7tlov7eg], sh9 to [ivjakubr], sh9 to [6fyx5u4z] # 09:42:30.091 [31048]: we are planning to push new seqnum=#1832 # 09:42:30.091 [31049]: 6 queries still outstanding # 09:42:30.092 [31050]: _got_write_answer from 6fyx5u4z * 09:42:30.092 [31051]: WEIRD our testv failed, so the write did not happen [INCIDENT-TRIGGER] * 09:42:31.099 [31052]: somebody modified the share on us: shnum=8: I thought they had #1832:R=lzzf, but testv reported #1832:R=lzzf * 09:42:31.099 [31053]: somebody modified the share on us: shnum=9: I thought they had #1832:R=lzzf, but testv reported #1832:R=lzzf ``` This suggests that we got *two* answers from the 6fyx server. It feels like we sent two identical requests to it. The first one succeeded normally, the second one failed. I suspect the logging code (which provides the "I thought they had.." comment) is not accurately remembering the test vector that was sent with the original message, instead it is using a local variable that has already been updated by the time the log event is emitted. So I suspect that the second answer is in response to a query which said "I think you should have version 1831, please update to v1832", and of course since the first message was processed by then, the server would already be at v1832. The other incident (104334-hjflzua) is the same behavior on the same time, a minute later, this time trying to update to v1833. My current guess is that we're somehow getting two copies of the same server in our peerlist, and sending updates to both. The "error during repair" that this ticket might be about isn't reflected in these two incidents. It's likely that it wouldn't show up as an incident at all, just the traceback. I'll investigate further.

Investigating with Francois (on the 25c3 grid that he set up) is showing that a shallow check of a healthy directory is nevertheless reporting zero shares present when --add-lease is included. I now suspect problems in the code I added to source:src/allmydata/mutable/servermap.py#L548 (in _do_read) to tolerate servers who don't understand the add-lease message, since when you do add-lease on a mutable file, it sends the do-you-have-share message pipelined with the add-lease message. Older servers don't understand add-lease, so I wanted to ignore such an error, but to propagate any other errors that occurred (like local code bugs). I think that something is wrong in this code, and errors are being thrown (therefore disrupting the normal DYHB responses) when they shouldn't be.

Investigating with Francois (on the 25c3 grid that he set up) is showing that a shallow check of a healthy directory is nevertheless reporting zero shares present when --add-lease is included. I now suspect problems in the code I added to source:src/allmydata/mutable/servermap.py#L548 (in _do_read) to tolerate servers who don't understand the add-lease message, since when you do add-lease on a mutable file, it sends the do-you-have-share message pipelined with the add-lease message. Older servers don't understand add-lease, so I wanted to ignore such an error, but to propagate any other errors that occurred (like local code bugs). I think that something is wrong in this code, and errors are being thrown (therefore disrupting the normal DYHB responses) when they shouldn't be.

Replying to warner:

incidentally, I found a bug in the repairer that incorrectly classifies an unrecoverable-but-not-completely-gone file (i.e. one with 1 or 2 shares, when k=3). It raises a MustForceRepairError with an explanation about there being unrecoverable newer versions. The intention was to raise this error when e.g. there are 9 shares of version 1, and 2 shares of version 2, since in that situation, repairing the only recoverable version (1) will knowingly discard the remaining shares of version 2, abandoning any hope of recovering the current contents of the file.

This is now #874.

Replying to [warner](/tahoe-lafs/trac/issues/786#issuecomment-373610): > incidentally, I found a bug in the repairer that incorrectly classifies an unrecoverable-but-not-completely-gone file (i.e. one with 1 or 2 shares, when k=3). It raises a `MustForceRepairError` with an explanation about there being unrecoverable newer versions. The intention was to raise this error when e.g. there are 9 shares of version 1, and 2 shares of version 2, since in that situation, repairing the only recoverable version (1) will knowingly discard the remaining shares of version 2, abandoning any hope of recovering the current contents of the file. This is now #874.

Ok, so the current related problems are:

  • #874: inappropriate MustForceRepairError when repairing 0<numshares<k mutable files
  • #875: make add-lease failures not break DYHB results, causing checker false-negatives
  • #786: TypeError (instead of simple failure) when repairing numshares=0 mutable files
  • ?: how did zooko's incidents see multiple answers from the same server

Francois' node experienced #875 (because all the shares were on a tahoe-1.2.0 server) followed by #786. Zooko's exception was probably either a deep-repair when the file's servers were entirely offline or the same #875 problem, followed by #786. Zooko's incident reports capture the "?" issue.

Ok, so the current related problems are: * #874: inappropriate `MustForceRepairError` when repairing 0<numshares<k mutable files * #875: make add-lease failures not break DYHB results, causing checker false-negatives * #786: `TypeError` (instead of simple failure) when repairing numshares=0 mutable files * ?: how did zooko's incidents see multiple answers from the same server Francois' node experienced #875 (because all the shares were on a tahoe-1.2.0 server) followed by #786. Zooko's exception was probably either a deep-repair when the file's servers were entirely offline or the same #875 problem, followed by #786. Zooko's incident reports capture the "?" issue.

changeset:ba0690c9d7a3bc28 should fix the TypeError problem: unrepairable files are now reported with success=False instead of a weird exception (it also fixes #874).

The remaining question in my mind is where the multiple-answers-from-the-same-server incidents came from.

changeset:ba0690c9d7a3bc28 should fix the `TypeError` problem: unrepairable files are now reported with success=False instead of a weird exception (it also fixes #874). The remaining question in my mind is where the multiple-answers-from-the-same-server incidents came from.

I've opened #877 to handle the multiple-answers bug. It turns out that a DeadReferenceError can cause the publish loop to reenter, causing multiple requests to be sent and then an incorrect UCWE to be declared.

That means this ticket can be closed, since the only remaining issue now has its own ticket.

I've opened #877 to handle the multiple-answers bug. It turns out that a `DeadReferenceError` can cause the publish loop to reenter, causing multiple requests to be sent and then an incorrect UCWE to be declared. That means this ticket can be closed, since the only remaining issue now has its own ticket.
warner added the
r/fixed
label 2009-12-30 04:03:59 +00:00
warner modified the milestone from undecided to 1.6.0 2009-12-30 04:03:59 +00:00
Sign in to join this conversation.
No labels
c/code
c/code-dirnodes
c/code-encoding
c/code-frontend
c/code-frontend-cli
c/code-frontend-ftp-sftp
c/code-frontend-magic-folder
c/code-frontend-web
c/code-mutable
c/code-network
c/code-nodeadmin
c/code-peerselection
c/code-storage
c/contrib
c/dev-infrastructure
c/docs
c/operational
c/packaging
c/unknown
c/website
kw:2pc
kw:410
kw:9p
kw:ActivePerl
kw:AttributeError
kw:DataUnavailable
kw:DeadReferenceError
kw:DoS
kw:FileZilla
kw:GetLastError
kw:IFinishableConsumer
kw:K
kw:LeastAuthority
kw:Makefile
kw:RIStorageServer
kw:StringIO
kw:UncoordinatedWriteError
kw:about
kw:access
kw:access-control
kw:accessibility
kw:accounting
kw:accounting-crawler
kw:add-only
kw:aes
kw:aesthetics
kw:alias
kw:aliases
kw:aliens
kw:allmydata
kw:amazon
kw:ambient
kw:annotations
kw:anonymity
kw:anonymous
kw:anti-censorship
kw:api_auth_token
kw:appearance
kw:appname
kw:apport
kw:archive
kw:archlinux
kw:argparse
kw:arm
kw:assertion
kw:attachment
kw:auth
kw:authentication
kw:automation
kw:avahi
kw:availability
kw:aws
kw:azure
kw:backend
kw:backoff
kw:backup
kw:backupdb
kw:backward-compatibility
kw:bandwidth
kw:basedir
kw:bayes
kw:bbfreeze
kw:beta
kw:binaries
kw:binutils
kw:bitcoin
kw:bitrot
kw:blacklist
kw:blocker
kw:blocks-cloud-deployment
kw:blocks-cloud-merge
kw:blocks-magic-folder-merge
kw:blocks-merge
kw:blocks-raic
kw:blocks-release
kw:blog
kw:bom
kw:bonjour
kw:branch
kw:branding
kw:breadcrumbs
kw:brians-opinion-needed
kw:browser
kw:bsd
kw:build
kw:build-helpers
kw:buildbot
kw:builders
kw:buildslave
kw:buildslaves
kw:cache
kw:cap
kw:capleak
kw:captcha
kw:cast
kw:centos
kw:cffi
kw:chacha
kw:charset
kw:check
kw:checker
kw:chroot
kw:ci
kw:clean
kw:cleanup
kw:cli
kw:cloud
kw:cloud-backend
kw:cmdline
kw:code
kw:code-checks
kw:coding-standards
kw:coding-tools
kw:coding_tools
kw:collection
kw:compatibility
kw:completion
kw:compression
kw:confidentiality
kw:config
kw:configuration
kw:configuration.txt
kw:conflict
kw:connection
kw:connectivity
kw:consistency
kw:content
kw:control
kw:control.furl
kw:convergence
kw:coordination
kw:copyright
kw:corruption
kw:cors
kw:cost
kw:coverage
kw:coveralls
kw:coveralls.io
kw:cpu-watcher
kw:cpyext
kw:crash
kw:crawler
kw:crawlers
kw:create-container
kw:cruft
kw:crypto
kw:cryptography
kw:cryptography-lib
kw:cryptopp
kw:csp
kw:curl
kw:cutoff-date
kw:cycle
kw:cygwin
kw:d3
kw:daemon
kw:darcs
kw:darcsver
kw:database
kw:dataloss
kw:db
kw:dead-code
kw:deb
kw:debian
kw:debug
kw:deep-check
kw:defaults
kw:deferred
kw:delete
kw:deletion
kw:denial-of-service
kw:dependency
kw:deployment
kw:deprecation
kw:desert-island
kw:desert-island-build
kw:design
kw:design-review-needed
kw:detection
kw:dev-infrastructure
kw:devpay
kw:directory
kw:directory-page
kw:dirnode
kw:dirnodes
kw:disconnect
kw:discovery
kw:disk
kw:disk-backend
kw:distribute
kw:distutils
kw:dns
kw:do_http
kw:doc-needed
kw:docker
kw:docs
kw:docs-needed
kw:dokan
kw:dos
kw:download
kw:downloader
kw:dragonfly
kw:drop-upload
kw:duplicity
kw:dusty
kw:earth-dragon
kw:easy
kw:ec2
kw:ecdsa
kw:ed25519
kw:egg-needed
kw:eggs
kw:eliot
kw:email
kw:empty
kw:encoding
kw:endpoint
kw:enterprise
kw:enum34
kw:environment
kw:erasure
kw:erasure-coding
kw:error
kw:escaping
kw:etag
kw:etch
kw:evangelism
kw:eventual
kw:example
kw:excess-authority
kw:exec
kw:exocet
kw:expiration
kw:extensibility
kw:extension
kw:failure
kw:fedora
kw:ffp
kw:fhs
kw:figleaf
kw:file
kw:file-descriptor
kw:filename
kw:filesystem
kw:fileutil
kw:fips
kw:firewall
kw:first
kw:floatingpoint
kw:flog
kw:foolscap
kw:forward-compatibility
kw:forward-secrecy
kw:forwarding
kw:free
kw:freebsd
kw:frontend
kw:fsevents
kw:ftp
kw:ftpd
kw:full
kw:furl
kw:fuse
kw:garbage
kw:garbage-collection
kw:gateway
kw:gatherer
kw:gc
kw:gcc
kw:gentoo
kw:get
kw:git
kw:git-annex
kw:github
kw:glacier
kw:globalcaps
kw:glossary
kw:google-cloud-storage
kw:google-drive-backend
kw:gossip
kw:governance
kw:grid
kw:grid-manager
kw:gridid
kw:gridsync
kw:grsec
kw:gsoc
kw:gvfs
kw:hackfest
kw:hacktahoe
kw:hang
kw:hardlink
kw:heartbleed
kw:heisenbug
kw:help
kw:helper
kw:hint
kw:hooks
kw:how
kw:how-to
kw:howto
kw:hp
kw:hp-cloud
kw:html
kw:http
kw:https
kw:i18n
kw:i2p
kw:i2p-collab
kw:illustration
kw:image
kw:immutable
kw:impressions
kw:incentives
kw:incident
kw:init
kw:inlineCallbacks
kw:inotify
kw:install
kw:installer
kw:integration
kw:integration-test
kw:integrity
kw:interactive
kw:interface
kw:interfaces
kw:interoperability
kw:interstellar-exploration
kw:introducer
kw:introduction
kw:iphone
kw:ipkg
kw:iputil
kw:ipv6
kw:irc
kw:jail
kw:javascript
kw:joke
kw:jquery
kw:json
kw:jsui
kw:junk
kw:key-value-store
kw:kfreebsd
kw:known-issue
kw:konqueror
kw:kpreid
kw:kvm
kw:l10n
kw:lae
kw:large
kw:latency
kw:leak
kw:leasedb
kw:leases
kw:libgmp
kw:license
kw:licenss
kw:linecount
kw:link
kw:linux
kw:lit
kw:localhost
kw:location
kw:locking
kw:logging
kw:logo
kw:loopback
kw:lucid
kw:mac
kw:macintosh
kw:magic-folder
kw:manhole
kw:manifest
kw:manual-test-needed
kw:map
kw:mapupdate
kw:max_space
kw:mdmf
kw:memcheck
kw:memory
kw:memory-leak
kw:mesh
kw:metadata
kw:meter
kw:migration
kw:mime
kw:mingw
kw:minimal
kw:misc
kw:miscapture
kw:mlp
kw:mock
kw:more-info-needed
kw:mountain-lion
kw:move
kw:multi-users
kw:multiple
kw:multiuser-gateway
kw:munin
kw:music
kw:mutability
kw:mutable
kw:mystery
kw:names
kw:naming
kw:nas
kw:navigation
kw:needs-review
kw:needs-spawn
kw:netbsd
kw:network
kw:nevow
kw:new-user
kw:newcaps
kw:news
kw:news-done
kw:news-needed
kw:newsletter
kw:newurls
kw:nfc
kw:nginx
kw:nixos
kw:no-clobber
kw:node
kw:node-url
kw:notification
kw:notifyOnDisconnect
kw:nsa310
kw:nsa320
kw:nsa325
kw:numpy
kw:objects
kw:old
kw:openbsd
kw:openitp-packaging
kw:openssl
kw:openstack
kw:opensuse
kw:operation-helpers
kw:operational
kw:operations
kw:ophandle
kw:ophandles
kw:ops
kw:optimization
kw:optional
kw:options
kw:organization
kw:os
kw:os.abort
kw:ostrom
kw:osx
kw:osxfuse
kw:otf-magic-folder-objective1
kw:otf-magic-folder-objective2
kw:otf-magic-folder-objective3
kw:otf-magic-folder-objective4
kw:otf-magic-folder-objective5
kw:otf-magic-folder-objective6
kw:p2p
kw:packaging
kw:partial
kw:password
kw:path
kw:paths
kw:pause
kw:peer-selection
kw:performance
kw:permalink
kw:permissions
kw:persistence
kw:phone
kw:pickle
kw:pip
kw:pipermail
kw:pkg_resources
kw:placement
kw:planning
kw:policy
kw:port
kw:portability
kw:portal
kw:posthook
kw:pratchett
kw:preformance
kw:preservation
kw:privacy
kw:process
kw:profile
kw:profiling
kw:progress
kw:proxy
kw:publish
kw:pyOpenSSL
kw:pyasn1
kw:pycparser
kw:pycrypto
kw:pycrypto-lib
kw:pycryptopp
kw:pyfilesystem
kw:pyflakes
kw:pylint
kw:pypi
kw:pypy
kw:pysqlite
kw:python
kw:python3
kw:pythonpath
kw:pyutil
kw:pywin32
kw:quickstart
kw:quiet
kw:quotas
kw:quoting
kw:raic
kw:rainhill
kw:random
kw:random-access
kw:range
kw:raspberry-pi
kw:reactor
kw:readonly
kw:rebalancing
kw:recovery
kw:recursive
kw:redhat
kw:redirect
kw:redressing
kw:refactor
kw:referer
kw:referrer
kw:regression
kw:rekey
kw:relay
kw:release
kw:release-blocker
kw:reliability
kw:relnotes
kw:remote
kw:removable
kw:removable-disk
kw:rename
kw:renew
kw:repair
kw:replace
kw:report
kw:repository
kw:research
kw:reserved_space
kw:response-needed
kw:response-time
kw:restore
kw:retrieve
kw:retry
kw:review
kw:review-needed
kw:reviewed
kw:revocation
kw:roadmap
kw:rollback
kw:rpm
kw:rsa
kw:rss
kw:rst
kw:rsync
kw:rusty
kw:s3
kw:s3-backend
kw:s3-frontend
kw:s4
kw:same-origin
kw:sandbox
kw:scalability
kw:scaling
kw:scheduling
kw:schema
kw:scheme
kw:scp
kw:scripts
kw:sdist
kw:sdmf
kw:security
kw:self-contained
kw:server
kw:servermap
kw:servers-of-happiness
kw:service
kw:setup
kw:setup.py
kw:setup_requires
kw:setuptools
kw:setuptools_darcs
kw:sftp
kw:shared
kw:shareset
kw:shell
kw:signals
kw:simultaneous
kw:six
kw:size
kw:slackware
kw:slashes
kw:smb
kw:sneakernet
kw:snowleopard
kw:socket
kw:solaris
kw:space
kw:space-efficiency
kw:spam
kw:spec
kw:speed
kw:sqlite
kw:ssh
kw:ssh-keygen
kw:sshfs
kw:ssl
kw:stability
kw:standards
kw:start
kw:startup
kw:static
kw:static-analysis
kw:statistics
kw:stats
kw:stats_gatherer
kw:status
kw:stdeb
kw:storage
kw:streaming
kw:strports
kw:style
kw:stylesheet
kw:subprocess
kw:sumo
kw:survey
kw:svg
kw:symlink
kw:synchronous
kw:tac
kw:tahoe-*
kw:tahoe-add-alias
kw:tahoe-admin
kw:tahoe-archive
kw:tahoe-backup
kw:tahoe-check
kw:tahoe-cp
kw:tahoe-create-alias
kw:tahoe-create-introducer
kw:tahoe-debug
kw:tahoe-deep-check
kw:tahoe-deepcheck
kw:tahoe-lafs-trac-stream
kw:tahoe-list-aliases
kw:tahoe-ls
kw:tahoe-magic-folder
kw:tahoe-manifest
kw:tahoe-mkdir
kw:tahoe-mount
kw:tahoe-mv
kw:tahoe-put
kw:tahoe-restart
kw:tahoe-rm
kw:tahoe-run
kw:tahoe-start
kw:tahoe-stats
kw:tahoe-unlink
kw:tahoe-webopen
kw:tahoe.css
kw:tahoe_files
kw:tahoewapi
kw:tarball
kw:tarballs
kw:tempfile
kw:templates
kw:terminology
kw:test
kw:test-and-set
kw:test-from-egg
kw:test-needed
kw:testgrid
kw:testing
kw:tests
kw:throttling
kw:ticket999-s3-backend
kw:tiddly
kw:time
kw:timeout
kw:timing
kw:to
kw:to-be-closed-on-2011-08-01
kw:tor
kw:tor-protocol
kw:torsocks
kw:tox
kw:trac
kw:transparency
kw:travis
kw:travis-ci
kw:trial
kw:trickle
kw:trivial
kw:truckee
kw:tub
kw:tub.location
kw:twine
kw:twistd
kw:twistd.log
kw:twisted
kw:twisted-14
kw:twisted-trial
kw:twitter
kw:twn
kw:txaws
kw:type
kw:typeerror
kw:ubuntu
kw:ucwe
kw:ueb
kw:ui
kw:unclean
kw:uncoordinated-writes
kw:undeletable
kw:unfinished-business
kw:unhandled-error
kw:unhappy
kw:unicode
kw:unit
kw:unix
kw:unlink
kw:update
kw:upgrade
kw:upload
kw:upload-helper
kw:uri
kw:url
kw:usability
kw:use-case
kw:utf-8
kw:util
kw:uwsgi
kw:ux
kw:validation
kw:variables
kw:vdrive
kw:verify
kw:verlib
kw:version
kw:versioning
kw:versions
kw:video
kw:virtualbox
kw:virtualenv
kw:vista
kw:visualization
kw:visualizer
kw:vm
kw:volunteergrid2
kw:volunteers
kw:vpn
kw:wapi
kw:warners-opinion-needed
kw:warning
kw:weapi
kw:web
kw:web.port
kw:webapi
kw:webdav
kw:webdrive
kw:webport
kw:websec
kw:website
kw:websocket
kw:welcome
kw:welcome-page
kw:welcomepage
kw:wiki
kw:win32
kw:win64
kw:windows
kw:windows-related
kw:winscp
kw:workaround
kw:world-domination
kw:wrapper
kw:write-enabler
kw:wui
kw:x86
kw:x86-64
kw:xhtml
kw:xml
kw:xss
kw:zbase32
kw:zetuptoolz
kw:zfec
kw:zookos-opinion-needed
kw:zope
kw:zope.interface
p/blocker
p/critical
p/major
p/minor
p/normal
p/supercritical
p/trivial
r/cannot reproduce
r/duplicate
r/fixed
r/invalid
r/somebody else's problem
r/was already fixed
r/wontfix
r/worksforme
t/defect
t/enhancement
t/task
v/0.2.0
v/0.3.0
v/0.4.0
v/0.5.0
v/0.5.1
v/0.6.0
v/0.6.1
v/0.7.0
v/0.8.0
v/0.9.0
v/1.0.0
v/1.1.0
v/1.10.0
v/1.10.1
v/1.10.2
v/1.10a2
v/1.11.0
v/1.12.0
v/1.12.1
v/1.13.0
v/1.14.0
v/1.15.0
v/1.15.1
v/1.2.0
v/1.3.0
v/1.4.1
v/1.5.0
v/1.6.0
v/1.6.1
v/1.7.0
v/1.7.1
v/1.7β
v/1.8.0
v/1.8.1
v/1.8.2
v/1.8.3
v/1.8β
v/1.9.0
v/1.9.0-s3branch
v/1.9.0a1
v/1.9.0a2
v/1.9.0b1
v/1.9.1
v/1.9.2
v/1.9.2a1
v/cloud-branch
v/unknown
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac#786
No description provided.