1 Reply Latest reply on Feb 13, 2013 4:13 AM by nadirx

    Infinispan 5.2.1 Sample.xml Incorrect ?

    toddlthomas

      The below is in the sample.xml but when using it my server startup would hang.  Only after removing the rehashWait and rehashRpcTimeout attributes did the server finally startup.

       

         <namedCache name="distributedCache">   

             <clustering mode="distribution">       

             <sync/>       

             <hash           

                 numOwners="3"           

                 rehashWait="120000"

                 rehashRpcTimeout="600000"

              />

               <l1

                  enabled="true"

                   lifespan="600000"

                />

             </clustering>

         </namedCache>