On 28 May 2014, at 3:04 pm, [email protected] wrote: > Hi Andrew, > >>> I'd expect that block to hit this clause though: >>> >>> } else if(mainloop_timer_running(a->timer)) { >>> crm_info("Write out of '%s' delayed: timer is running", a->id); >>> return; >> >> Which point of the source code does the suggested code mentioned above >> revise? >> (Which line of the source code is it?) > > Is it the next cord that you pointed?
right
>
> void
> write_attribute(attribute_t *a)
> {
> int updates = 0;
> (snip)
> } else if(mainloop_timer_running(a->timer)) {
> crm_info("Write out of '%s' delayed: timer is running", a->id);
> return;
> }
> (snip)
>
> At the time of phenomenon of the problem, the timer does not yet block it by
> this processing because it does not start.
Thats the curious part
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
