This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, RHEL4 has been updated
via 625364c99277445b97bbb3120736c358b802fb0f (commit)
from aac75cba36115a59a489c0b1a52be5259f54fb87 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
It was possible for an election to be run just before
a machine that was next in line to be server suspened.
This would cause the remaining nodes to think a suspended
node was the active server - worse, the suspended node
would allow itself to become server and then say in was
not in charge of the log. This would simply keep going
round and round.
Fix is to increment 'suspended' before exiting postsuspend,
and not allowing a node to be elected server if 'suspended'
was set.