&synchronized on manager

Hi,

My &synchronized variables seem to be synchronized among workers and the proxy, but not the manager. Is that by design, should I file a bug, or is &synchronized just not worth fixing?

That's by design, state is shared across workers and proxies only.
This is not a limitation of synchronized though, it's just how it is
configured by frameworks/cluster/setup-connections.bro

Robin