Manfred Spraul writes: > Ok. Lets assume one coordinator, two partitipants. > Global commit send to both by coordinator. One replies with ok, the > other one remains silent. > What should the coordinator do? It can't fail the transaction - the > first partitipant has commited its part. It can't complete the > transaction, because the ok from the 2nd partitipant is still outstanding.
If a participant doesn't reply in an orderly fashion (say, after timeout), it just gets kicked out of the whole mechanism. That isn't the interesting part. The interesting part is what happens when the coordinator fails. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly