You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by naga007 <NS...@gmail.com> on 2007/04/28 05:04:06 UTC

Bug in Master-Slave Configuration

When running under master slave mode in 4.1.1, the slave broker has a thread
that periodically wakes up to aquire a lock. It looks like when it it tries
to aquire a lock it doesn't close the file handles properly and eventually
runs out file handles.To reproduce this problem in Unix, you can run "lsof
+p pid" of activemq process u will notice that filehandles for
${activemq-base}/activemqdata/control.dat keeps increasing. I quicky
modified the code in activeio-core project to ControlFile.java so that it
closes the file handle when it throws JournaledLockException. 


-- 
View this message in context: http://www.nabble.com/Bug-in-Master-Slave-Configuration-tf3660816s2354.html#a10229325
Sent from the ActiveMQ - User mailing list archive at Nabble.com.