1 Reply Latest reply on Nov 29, 2011 10:17 AM by galder.zamarreno

    Configuration issue in 5.1.0 BETA5

    slorg1

      Hi,

       

      I saw an old ticket about this but it has since then been closed. I wanted to report the following issue with infinispan 5.1.0 BETA5:

       

      With the following configuration

       

      {code:xml}

      <clustering mode="invalidation">

               <async

                  useReplQueue="false"

                  asyncMarshalling="false"

               />

      </clustering>

      {code}

       

      I get the following warnings (1 per cache at runtime):

       

      [main] WARN  TimeoutConfigurationValidatingVisitor - ISPN000148: Invalid <locking>:lockAcquisitionTimeout  value of 20000. It can not be higher than <sync>:replTimeout which is 15000

       

      Obviously, my lock acquisition timeout in the locking section is set to 20s.

       

      My understanding was that should "async" be configured the "sync" configuration (here it uses the defaults), should not be used.

       

      Please let me know if I am doing something wrong or if something slipped in the new configuration implementation,

       

      Thank you