OpenClovis / SAFplus-Availability-Scalability-Platform

Middleware that provides libraries, GUI, and code generator to design multi-node (clustered) applications that are highly available, redundant, and scalable. Provides sub-second node and application fault detection and failover, and useful application libraries including distributed hash tables (checkpoint), event, logging, and communications. Implements SA-Forum APIs where applicable. Used anywhere reliability is a must -- like telecom, wireless, defense and enterprise computing. Download stable release with installer from: ftp.openclovis.com
www.openclovis.com
GNU General Public License v2.0
19 stars 13 forks source link

Msg server cached ckpt and section iteration has a memory leak #54

Closed karthick18 closed 11 years ago

karthick18 commented 11 years ago

A memory leak is seen during cached ckpt section iteration that is used by msg server. This would result in a leak of all sections fetched and iterated on component down or ckpt section entry delete for the queue or queue group.