Re: Ignite Cluster Config Issue

2021-11-26 Thread Henrik Y
Thanks. I have met the same question.This helps me to understand it. On 2021/11/26 12:40, Gurmehar Kalra wrote: Issue got resolved after adding below line of code. ignite.cluster().baselineAutoAdjustEnabled(*true*); ignite.cluster().baselineAutoAdjustTimeout(1);

Re: [2.11.0]: 'B+Tree is corrupted' exception in GridCacheTtlManager.expire() and PartitionsEvictManager$PartitionEvictionTask.run() on node start

2021-11-26 Thread Sergey Korotkov
Hello Denis, * Yes, we run 2.11.0 against the old 2.8.1 PDS. * And no, it's not necessarily the compatibility problem since corruption was detected both in cache with and without old records. But yes, caches were created by 2.8.1 version. * I also forget to say that we did yet another test before

Re: [2.11.0]: 'B+Tree is corrupted' exception in GridCacheTtlManager.expire() and PartitionsEvictManager$PartitionEvictionTask.run() on node start

2021-11-26 Thread Sergey Korotkov
Hello, Zhenya 26.11.2021 12:32, Zhenya Stanilovsky пишет: > probably this is the > case: https://issues.apache.org/jira/browse/IGNITE-15990 > >   Thanks for pointing!  I also noticed this one. I investigate more and suspect that it can be the