0 Replies Latest reply on Jul 4, 2013 1:46 PM by louisfelix

    Error after Infinispan upgrade from 5.2.5.Final to 5.3.0.Final

    louisfelix

      Hi,

      I upgraded Infinispan from 5.2.5.Final to 5.3.0.Final and now get this error once in a while:

       

      2013-07-04 11:57:47,631 ERROR {AsyncStoreCoordinator-isd-source} [o.i.l.d.AsyncStore:692] ISPN000055: Unexpected error in AsyncStoreCoordinator thread. AsyncStore is dead! org.infinispan.util.concurrent.TimeoutException: ISPN000233: Waiting on work threads latch failed: java.util.concurrent.CountDownLatch@7e9d5950[Count = 1]

       

      I downgraded to 5.2.5.Final since I don't know the impacts of this error:

       

      Config:

      - Linux  2.6.9-67.0.15.ELsmp x86_64

      - Java(TM) SE Runtime Environment (build 1.6.0_26-b03)

      - Jetty 8.1.11 embedded

       

      I am using 3 differents fileStore that look like this (replication mode):

       

      <namedCache name="cache1">
          <loaders passivation="false" shared="false" preload="true">
             <fileStore
                     fetchPersistentState="true"
                     purgerThreads="3"
                     purgeSynchronously="true"
                     ignoreModifications="false"
                     purgeOnStartup="false"
                     location="/data/infinispan">
                <async
                     enabled="true"
                     flushLockTimeout="15000"
                     threadPoolSize="3" />
                <singletonStore
                     enabled="false"
                     pushStateWhenCoordinator="true"
                     pushStateTimeout="20000" />
             </fileStore>
          </loaders>
      </namedCache>

       

      Thanks!