Closed gyoetam closed 6 years ago
hi @gyoetam , the main issue is in this line https://github.com/RestComm/load-balancer/blob/master/jar/src/main/java/org/mobicents/tools/sip/balancer/CallIDAffinityBalancerAlgorithm.java#L72. I mean why LB did not find senderNode in the map. Can you provide more details: 1) lb config 2) debug log thanks
not reproducible with the last version of LB
Load balancer writes ERROR log when processing a response (to a TLS->TCP request from external client to node) and trying to deliver response via TLS to client. Seems like it's looking for the
tlsPort
of the node, which it doesn't have (see SIPNode in same message), as all TLS is terminated by LB.The response is still delivered correctly to the client.