Hello! Actually, it turns out you needn't file a ticket, rather you should fix your data region configuration, as seen when your reproducer is ran against 2.8 builds: Caused by: org.apache.ignite.spi.IgniteSpiException: Failed to join node (Incompatible data region configuration [region=Data_Region, locNodeId=fd66182a-89a6-4443-8f5e-2fba7d4ad36b, isPersistenceEnabled=true, rmtNodeId=16825cee-57cf-454e-94ce-46daad4f6b93, isPersistenceEnabled=false])
You should not have data regions with same name but different persistence flag settings in your cluster, it turns out. This is due to https://issues.apache.org/jira/browse/IGNITE-10983 Regards, -- Ilya Kasnacheev ср, 15 янв. 2020 г. в 09:51, ashishb888 <[email protected]>: > Hello Ilya, > > Okay, will file a ticket. > > BR > Ashish > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
