-
Notifications
You must be signed in to change notification settings - Fork 679
Conversation
cross-DC deployments may exhibit some additional patterns |
e4d70ed
to
03d5177
Compare
99053de
to
f4ff5a2
Compare
It does rather strike me that we'd benefit from |
Discuss clock skew |
986f0c1
to
2ff9269
Compare
> Author's Note: the rationale for `weave status` is to introduce an | ||
> opportunity for the user to resolve any initial connectivity | ||
> problems before consensus - this ensures the ring is divided as | ||
> evenly as possible, delaying the need for donations |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This is hard!
I have tackled this by adding a 'Stopping a Peer' section before 'Removing a Peer' - see what you think.
Amended.
Amended.
I've had a stab at this - see what you think.
Removed.
|
2ff9269
to
1733fbc
Compare
@bboreham unfortunately they have been collapsed due to out-of-date diffs, but I have responded to all your comments! |
|
||
A network partition is a transient condition whereby some arbitrary | ||
subsets of peers are unable to communicate with each other for the | ||
duration - perhaps because a router has failed, or a fibre optic line |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I think this is approaching MVP status! There are a number of author's notes left in at this stage, but some of them contain useful explicatory material that I am loathe to remove; am minded to keep some of them in as hidden inline comments somehow, perhaps polishing others for external consumption as quoted blocks. Thoughts? |
based bootstrapping requires each peer to be told the total number of | ||
expected peers (the 'initial peer count') in order to avoid small | ||
independent groups of peers from electing different leaders under | ||
conditions of partition. |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
||
## Removing a Peer | ||
|
||
On peer to be removed: |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
c23bab8
to
55095b3
Compare
partition, you can reclaim their space by following the advice in the | ||
next section. | ||
|
||
## Reclaiming Lost IP Address Space |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Would you like me to edit these files before you release them? |
@abuehrle absolutely yes - the technical aspects of the content are nearly finalised now - will ping you again shortly. |
restarts, it is essential that it is unique - if two or more peers | ||
share the same name chaos will ensue, including but not limited to | ||
double allocation of addresses and inability to route packets on the | ||
overlay network. Consequently when the router is launched on a host it |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
61fef19
to
7533754
Compare
Is this ready for @abuehrle to edit now? |
The plan is:
|
|
||
## Bootstrap | ||
|
||
On each initial peer, at boot, via |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
7533754
to
e092a51
Compare
@bboreham addressed your most recent comments - PTAL |
An operational guide that describes likely deployment scenarios and administrative tasks.
Fixes #726, fixes #1102