I think I've found a bug in FedOne that prevents federation between three or
more servers.
Internally I've reproduced the bug when by:
1. Set-up federation between three servers (e.g. A, B and C)
2. Create a wave on A.
3. Add participants from B and C.
4. Send a delta from B.

The result is that B gets the update, but C fails to get the signer info.
This appears to be because the get signer info request is using the hashed
version applied at value, but the host is storing signer Ids associated with
the hashed version after value. So, C will ask for B's signer info for
version 15, but A stored B's signer info with version 17.

The issue for this is:
http://code.google.com/p/wave-protocol/issues/detail?id=94

-Tad

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Reply via email to