1 Reply Latest reply on Jul 11, 2006 5:48 AM by manik

    No local transaction...

    bpapez

      Since some time - probably after switching to JBossCache 1.3.0 SP2 - we sometimes get this warning:

      2006-06-22 08:32:12,333 WARN [org.jboss.cache.interceptors.TxInterceptor] No local transaction for this remotely originating rollback. Possibly rolling back before a prepare call was broadcast?

      There indeed is a rollback on another node in the cluster. We use these settings:
      READ_UNCOMMITTED
      REPL_ASYNC
      false
      0
      0

      Can we ignore this warning?

      Greetings,
      Benjamin

        • 1. Re: No local transaction...
          manik

          Yes - this has to do with a network timing thing where the remote node receives a rollback (for some reason) before it has received the prepare (1PC since you are using ASYNC).