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, RHEL5 has been updated
via 8c73b983408ca5d1949b849e3912fc8a5b92760d (commit)
from b0b6f8fef397d7ec0099fa07475aaad5b2c81bac (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.
- Log -----------------------------------------------------------------
commit 8c73b983408ca5d1949b849e3912fc8a5b92760d
Author: Jonathan Brassow <jbrassow@redhat.com>
Date: Fri May 2 17:09:45 2008 -0500
clogd: Fix a number of issues with sync_bits accounting
1) Was writing wrong bitset to disk! Write clean_bits to
disk, not sync_bits. (sync_bits gets copied from
clean_bits upon resume/read.)
2) Was counting bits in clean_bits instead of sync_bits
after a resume. While this is fine for the first
machine in the cluster (because clean gets copied
to sync), it is _not_ ok for everyone else. This
is because as the mirror ages, the sync and clean
bitsets diverge; and the mirror will have aged some
by the time the other machines join in.
3) Completely missed setting sync_count when corelog
was used.