This also occurs when I simply restart one of the ignite nodes without
changing the IP address.  It has nothing to do with the upgrade process.

Here is my cacheconfiguration:
        CacheConfiguration<Object, Object> configuration = new
CacheConfiguration<>();        configuration.setStatisticsEnabled(true);       
configuration.setBackups(1);       
configuration.setCacheMode(CacheMode.PARTITIONED);       
configuration.setOnheapCacheEnabled(false);       
configuration.setName("helloCache");        return configuration;
I'd like to think I'm doing something stupid, but I've been working with
Ignite for several months now and have tested this scenario and everything
has worked as it should.  I am running on 2.6.0 and I haven't tested it on
this version but I can't imagine it's that since it is basic functionality. 
I'm sure it is probably something that I'm doing.

Any idea?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to