6 Replies Latest reply on Oct 6, 2010 5:55 PM by clebert.suconic

    "Uncommitted transaction with id X found..." What does it mean?

    bobufuller30004

      I'm getting a pile of WARN logging during my application's start up...

       

      ...

      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 32973 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 32979 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 32985 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 32991 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 32997 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 33003 found and discarded
      2010-10-05 16:45:52,528 WARN  [org.hornetq.core.journal.impl.JournalImpl] Uncommitted transaction with id 33009 found and discarded

      ...

       

      What does this warning mean? I took a peek at the source code, but it didn't reveal anything for me.

       

      Thanks HornetQ Community!