[Bro] BROKER + CLUSTER - stuck

william de ping bill.de.ping at gmail.com
Wed Mar 8 08:01:08 PST 2017


Thanks, the exit_only_after_terminate helped

about the &synchronized, only the manager is listening and all nodes are
familiar with tb: table[string] of string &create_expire=10min
&synchronized.
manager successfully updates tb but it is not synchronized across cluster :
broctl print TEST::tb
manager TEST:tb = {
 ["hi"] = [name="bye"]
}
proxy-1 TEST:tb = {
}
worker-0 TEST:tb = {
}

do I need to invoke something after adding an element to tb, or
&synchronized should be taking care of it ?

Thanks
B

On Wed, Mar 8, 2017 at 5:39 PM, Azoff, Justin S <jazoff at illinois.edu> wrote:

>
> > On Mar 8, 2017, at 5:22 AM, william de ping <bill.de.ping at gmail.com>
> wrote:
> >
> > How can I send one update from my pybroker script to several bro
> instances (workers) ?
>
> Have your pybroker script listen for connections and have all the workers
> connect to it.  Or if you just send updates to the manager but mark the
> table as &synchronized updates will propagate to the other workers.
>
>
>
> --
> - Justin Azoff
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20170308/4d41b2a8/attachment.html 


More information about the Bro mailing list