RE: 2.7.6 to 2.8.1 migration issue

2020-06-18 Thread Andrey Davydov
d from current config. In our case we setup new validator for all caches in group. You may collect mutable properties of cache config in some other configuration. Andrey. От: Ilya KasnacheevОтправлено: 18 июня 2020 г. в 18:59Кому: user@ignite.apache.orgТема: Re: 2.7.6 to 2.8.1 migration issue Hel

Re: 2.7.6 to 2.8.1 migration issue

2020-06-18 Thread Ilya Kasnacheev
Hello! I think we restricted configuration of caches that share the same cache group. Previously, you could have e.g. caches with different atomicity mode in the same group, now you can't. If this is the case, you won't be able to upgrade without migration. You need to copy data to a new cache

2.7.6 to 2.8.1 migration issue

2020-06-18 Thread Andrey Davydov
 Hello, We test migration from 2.7.6 to 2.8.1 in our DEV environment and got problem: new code doesn’t start over old data.  Some history:Initially we had following base cache configuration on 2.7.6: id="cache-template" abstract="true"