[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2817: unicode error in _got_announcement at startup
Tahoe-LAFS
trac at tahoe-lafs.org
Fri Sep 2 04:21:36 UTC 2016
#2817: unicode error in _got_announcement at startup
------------------------------+-------------------------------------
Reporter: warner | Owner: Brian Warner <warner@…>
Type: defect | Status: closed
Priority: major | Milestone: 1.12.0
Component: code-network | Version: 1.11.0
Resolution: fixed | Keywords:
Launchpad Bug: |
------------------------------+-------------------------------------
Changes (by Brian Warner <warner@…>):
* owner: => Brian Warner <warner@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"a1594df0a64972b957f0a1ccf10d6efcf0386059/trunk"
a1594df0/trunk]:
{{{
#!CommitTicketReference repository="trunk"
revision="a1594df0a64972b957f0a1ccf10d6efcf0386059"
introclient: only give ascii key_s to storagebroker
This was triggered when the initial Introducer connection failed, so the
node read the introducer_cache.yaml from disk. That always returns
unicode strings, and the StorageFarmBroker insisted that it's
server-IDs (aka "key_s") were bytestrings.
The tests were extended to exercise the code that loads from disk and
delivers to the StorageFarmBroker, and more preconditions were put in
place to catch this sort of thing earlier next time.
closes ticket:2817
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2817#comment:2>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list