bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Thu Jul 11 08:28:58 PDT 2013
http://www.slony.info/bugzilla/show_bug.cgi?id=299

--- Comment #1 from Steve Singer <ssinger at ca.afilias.info> 2013-07-11 08:28:58 PDT ---
I have been able to reproduce this in 2.1.3 as well


What I think is happening is:

A remote_worker only calls adjust_provider_info if the check_config variable is
true.

The if event_type == MOVE_SET  block in remote worker doesn't set this. This
gets set in response to a WAKEUP message that gets put in the queue by
remoteworker_wakeup which calls DLLIST_ADD_TAIL

Should this really be DLLIST_ADD_HEAD ? So the WAKEUP message will be processed
by the remoteWorker on the NEXT iteration of the main loop.

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list