<div dir="ltr">Hello everyone.<div><br></div><div>I have question about multi-master mode in 0.9.1.</div><div><br></div><div>My setup is:</div><div> master-A with one builder and one force scheduler</div><div> master-B with another builder and one force scheduler.</div><div> worker connected to master-A</div><div><br></div><div>Also there is MySQL url and crossbar url in both masters configs.</div><div>MySQL is working, crossbar is working, both masters write in logs: </div><div><br></div><div>[WampWebSocketClientProtocol,<wbr>client] Wamp connection succeed!</div><div><br></div><div><br></div><div>As I know, that  force scheduler works only on master with web gui.</div><div>So both masters have web gui.</div><div><br></div><div>Gui works, I see all builders in web gui of both masters and force buttons. </div><div><br></div><div>The main goal of this setup to share workers among several projects.</div><div>Each of them has many components, more than 20. </div><div>And there are also many projects, more than 20.</div><div>So idea is to have one master per project with its own gui but shared workers.</div><div>Later I'm going to separate builders in gui for each master.</div><div><br></div><div><br></div><div>Problem is that worker doesn't know anything about builder on master-B.</div><div><br></div><div>If I not mistaken, after startup master starts to listen workers on pb port. </div><div>After worker connects master connects builders to worker.</div><div>I see in master's log:</div><div><br></div><div> Worker example-worker attached to builder-A<br></div><div><br></div><div><br></div><div>And master connects only it's own builders, not other masters builders even if</div><div>other master is already up.</div><div><br></div><div>Its ok if other master will connect it's builders to workers, but workers don't connect to it</div><div>because only one master host:port specified in worker's config.</div><div><br></div><div>How can be solved this situation? Or maybe another multi-master setup is recommended?</div></div>