Melvin Davidson melvin6925 at yahoo.com
Fri Jan 29 16:36:40 PST 2010
>subscribe set ( id = 1, provider = 1, receiver = 2, forward = yes);
>subscribe set ( id = 1, provider = 2, receiver = 4, forward = no);
>_EOF_

>If I comment out the last line (subscribing set 1 from 2 to 4 ), it runs
>without error, so it recognizes set 1 if I don't have the cascaded
>subscribe.


Node 2 can not beome a provider until it finishes subscribing with Node 1.
So you need to have a WAIT FOR EVENT (ORIGIN=1, CONFIRMED=2);
after the 1st subscribe and before the second. 
ie;

subscribe set ( id = 1, provider = 1, receiver = 2, forward = yes);
WAIT FOR EVENT (ORIGIN=1, CONFIRMED=2);
subscribe set ( id = 1, provider = 2, receiver = 4, forward = no);

Melvin Davidson 



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.slony.info/pipermail/slony1-general/attachments/20100129/40db1b86/attachment.htm 


More information about the Slony1-general mailing list