We have 3 ensemble servers in each ensemble server, there is one child broker container under each root which is created as standalone kind.
fabric:container-create-child root1 broker1_container fabric:container-create-child root2 broker2_container fabric:container-create-child root3 broker3_container fabric:mq-create --group cn3group1 --kind StandAlone --assign-container broker1_container CN3group1_broker fabric:mq-create --group cn3group2 --kind StandAlone --assign-container broker2_container CN3group2_broker fabric:mq-create --group cn3group3 --kind StandAlone --assign-container broker3_container CN3group3_broker
We noticed after shutdown 1 root container, the zookeeper url will be changed, and several brokers are restarted.
I do not think the brokers should be restarted since they are standalone.
I attached the full logs and steps. check the logs at about 2016-03-17 13:47 if needed.