Mon Jun 28 13:49:59 PDT 2010
- Previous message: [Slony1-bugs] [Bug 127] sync events are not generated on nodes that are not a set origin
- Next message: [Slony1-bugs] [Bug 120] store path - after slon has started does not take effect
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.slony.info/bugzilla/show_bug.cgi?id=120 Steve Singer <ssinger at ca.afilias.info> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|slony1-bugs at lists.slony.inf |ssinger at ca.afilias.info |o | Status|NEW |ASSIGNED --- Comment #1 from Steve Singer <ssinger at ca.afilias.info> 2010-06-28 13:49:59 PDT --- This problem has been observed following a CLONE PREPARE/CLONE FINISH. If you add paths between the new node and providers nothing happens. The issue seems to be that in slon the no_active attribute of the node structure is initialized to false in rtcfg_storeNode. The only places this is attribute is set to true are 1) On startup in SlonMain based on the value in sl_node 2) In response to an ENABLE_NODE event. I think the STORE_NODE event processing code should check the current status of sl_node to determine if the node is enabled or not. -- 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.
- Previous message: [Slony1-bugs] [Bug 127] sync events are not generated on nodes that are not a set origin
- Next message: [Slony1-bugs] [Bug 120] store path - after slon has started does not take effect
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list