문제

I followed this documentation to set up a minimum Data Services cluster; this includes a manager node, a worker node and fronting them I have ELB(Elastic Load Balancer).

It works perfectly, but I need to add another worker. Is there any documentation about how to set multiple worker nodes in this scheme?

I tried to add it following the same documentation, but the second worker node is not receiving any request from the manager: for example, if I shutdown "worker1", then the second worker is also not able to take the request.

The ELB log shows that there are no application members available, even when the second worker has supposedly correctly joined the cluster.

도움이 되었습니까?

해결책

You can use the same configuration as the first worker node. If you are running the workers on the same machine, you have to change localMemberPort in axis2.xml and Port Offset (Offset) in carbon.xml to different values to make sure that there are no conflicts. Also note that workers must be started as sh wso2server.sh -DworkerNode=true

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top