0 Replies Latest reply on Jun 11, 2012 4:07 PM by pdicandia

    Failover using file lock // My slave log file grows

    pdicandia

      Hi,

      I wanted to configure high availability using simple lock file.

       

      I configured everything, and it is working fine. My problem is that the log file (slave) writes this message in a forever loop:

       

      ....

      Jun 11, 2012 4:23:35 PM org.apache.karaf.main.SimpleFileLock lock

      INFO: locking

      Jun 11, 2012 4:23:35 PM org.apache.karaf.main.SimpleFileLock lock

      INFO: locking

      Jun 11, 2012 4:23:35 PM org.apache.karaf.main.SimpleFileLock lock

      INFO: locking

      Jun 11, 2012 4:23:35 PM org.apache.karaf.main.SimpleFileLock lock

      ....

      and so on.

      ....

       

      The log file grows until the hard disk is full.

       

      PD: I'm using fuse esb (4.4.0).