RestComm / jain-sip.ha

JAIN-SIP-HA : Provides extensions done by TeleStax for high availability and fault tolerance through replication of various states of the stack. It supports Call Established Failover or Early Dialog Failover.
http://www.restcomm.com/
GNU Affero General Public License v3.0
8 stars 21 forks source link

Infinspan cache backend has been added to restcomm jain sip ha #6

Closed kokand closed 8 years ago

kokand commented 8 years ago

Hi Jean,

Based on your e-mail with Gabor we just repacked the infinspan solution to org.mobicents and now I do a pull request.

Best Regards,

Andras Kokuti

deruelle commented 8 years ago

@kokand I added a couple comments on the PR. Also would it be possible to migrate the tests from https://github.com/RestComm/jain-sip.ha/tree/master/jboss-5/src/test/java/org/mobicents/ha/javax/sip to infinispan. They are more comprehensive and I would like to make sure the B2BUA capabilities are working fine.

In the existing tests by example at https://github.com/kokand/jain-sip.ha/blob/master/infinispan-backend/src/test/java/org/mobicents/ha/javax/sip/DialogRecoveryTest.java#L1135 can you also make sure the dialog is removed from the cache to guarantee there will be no memory leaks ?

Thanks !