1 Reply Latest reply on Jul 24, 2012 9:43 AM by galder.zamarreno

    Timed out waiting for the state transfer to end

    julia.m

      Having this cache configuration

       

      Configuration c = new ConfigurationBuilder().clustering().cacheMode(

                           CacheMode.DIST_SYNC)

                           .hash().numOwners(1)

                           .build();

       

      Logs and jgroups configuration: https://gist.github.com/3163968

       

      Why do I have multiple merge view messages and the timeout exception ?