Status: New
Owner: ----
Labels: Type-Defect Priority-Medium MSS-1.6.0.FINAL Release-Type-FINAL Roadmap-Fix Component-Sip-Servlets

New issue 2550 by [email protected]: Sip Servlets do not ignore failed Sip Balancers
http://code.google.com/p/mobicents/issues/detail?id=2550

What steps will reproduce the problem?
1. Configure two servers, each with 1 MSS and 1 LB. Add both LBs to the <balancers> line in server.xml (Server A has "A;B", server B has "B;A")
The Servlet application implements a Proxy.

2. Start the LB on server A and both the Sip Servlet nodes
3. Send 2 calls to the active LB.

What is the expected output? What do you see instead?
The 2 calls should be balanced across both nodes. The outbound requests should be sent to the active LB.

On starting, a warning is printed on both servers that the LoadBalancerHeartBeatingService cannot connect to server B. When a call in received on server B, the outbound request is sent to serverB:5065, which fails (ICMP unreachable) This retransmits until the SIP timer expires. LB A is not used by server B

What version of the product are you using? On what operating system?
MSS-1.5.0.FINAL on CentOS 5.5

Reply via email to