]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
architecture.txt: explain the introducer SPOF and why it really isn't that bad. Close...
authorBrian Warner <warner@allmydata.com>
Fri, 30 May 2008 01:51:11 +0000 (18:51 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 30 May 2008 01:51:11 +0000 (18:51 -0700)
docs/architecture.txt

index dac1e212ddbc19dae6c6cadae9de29769a22312d..5da4e250d7a64e918693c6edba4ff38301e62e74 100644 (file)
@@ -51,6 +51,18 @@ connections to, but they cannot open connections to other nodes behind
 NAT boxes.  Therefore, the more nodes behind NAT boxes, the less the
 topology resembles the intended fully-connected topology.
 
+The introducer in nominally a single point of failure, in that clients who
+never see the introducer will be unable to connect to any storage servers.
+But once a client has been introduced to everybody, they do not need the
+introducer again until they are restarted. The danger of a SPOF is further
+reduced in other ways. First, the introducer is defined by a hostname and a
+private key, which are easy to move to a new host in case the original one
+suffers an unrecoverable hardware problem. Second, even if the private key is
+lost, clients can be reconfigured with a new introducer.furl that points to a
+new one. Finally, we have plans to decentralize introduction, allowing any
+node to tell a new client about all the others. With decentralized
+"gossip-based" introduction, simply knowing how to contact any one node will
+be enough to contact all of them.
 
 FILE ENCODING