[OpenAFS] ubik problem in a mixed IBM AFS/OpenAFS environment

Neulinger, Nathan nneul@umr.edu
Mon, 10 May 2004 15:14:32 -0500


> On another hand, it would be nice to have an algorithm allowing the=20
> selection of a sync-site even when 2 out of the 3 db servers go down.

That totally defeats the purpose of a quorum - to allow for a
distributed database without allowing conflicting changes.=20

If you allow the above, you wind up with a split network failure mode -
say your interconnect goes down, all three servers are up, but they each
think the others are down, so they decide to become sync site...
Database becomes very unhappy at that point. (Or rather, when it comes
back up.)

-- Nathan