Re: [Openais] corosync - handle reload configuration and statics update

2010-06-28 Thread Jan Friesse
good work - looks good for merge Committed revision 2963 exec/timer.c should user this approach as well. Regards, Honza ___ Openais mailing list Openais@lists.linux-foundation.org

Re: [Openais] corosync - handle reload configuration and statics update

2010-06-27 Thread Steven Dake
On 06/25/2010 03:02 AM, Jan Friesse wrote: Patch fixes following situation: 1. objdb receives reload notification and ends in function object_reload_config. This will call objdb_wrlock. I will call this thread #1 2. Another thread will decide to update corosync statistics and calls

[Openais] corosync - handle reload configuration and statics update

2010-06-25 Thread Jan Friesse
Patch fixes following situation: 1. objdb receives reload notification and ends in function object_reload_config. This will call objdb_wrlock. I will call this thread #1 2. Another thread will decide to update corosync statistics and calls object_key_increment. This calls objdb_rdlock. This