Re: Error of start with multiple data regions

2018-01-15 Thread slava.koptilin
Hi, I've created JIRA ticket https://issues.apache.org/jira/browse/IGNITE-7414 As a temporary workaround, I'd suggest deactivating the cluster before closing. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Error of start with multiple data regions

2017-12-26 Thread slava.koptilin
Hi, I have reproduced the problem you described. I will investigate this issue and file JIRA ticket in order to track this. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Error of start with multiple data regions

2017-12-26 Thread huangyuanqiang
CacheConfiguration cacheCfg = new CacheConfiguration(); cacheCfg.setName(CACHE_SERVER_INFO); cacheCfg.setDataRegionName("memory"); cacheCfg.setAtomicityMode(CacheAtomicityMode.ATOMIC); cacheCfg.setCacheMode(CacheMode.PARTITIONED); cacheCfg.setCopyOnRead(false);

Re: Error of start with multiple data regions

2017-12-26 Thread slava.koptilin
Hello, Data region configurations look good to me. I've just tried this config and it works. Could you provide more details? cache configurations etc Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Error of start with multiple data regions

2017-12-26 Thread Alexey Popov
Sorry. Please ignore my response ). I just misread you message. Thank you, Alexey From: Alexey Popov Sent: 26 декабря 2017 г. 12:05 To: user@ignite.apache.org Subject: Re: Error of start with multiple data regions Hi, Apache Ignite does not have this functionality out of the box

Re: Error of start with multiple data regions

2017-12-26 Thread Alexey Popov
Hi, Apache Ignite does not have this functionality out of the box and the community could not help with your question. You should ask this question directly to the company who provides a multiple data regions solution. Thank you, Alexey -- Sent from:

Error of start with multiple data regions

2017-12-25 Thread huangyuanqiang
Hi all: I got a ignite active error when i start my ignite server node with multiple data regions configuration below: IgniteConfiguration cfg = new IgniteConfiguration(); cfg.setConsistentId("test"); cfg.setIgniteInstanceName("oneDataGrid"); cfg.setClientMode(false);

Error of start with multiple data regions

2017-12-25 Thread huangyuanqiang
Hi all: I got a ignite active error when i start my ignite server node with multiple data regions configuration below: IgniteConfiguration cfg = new IgniteConfiguration(); cfg.setConsistentId("test"); cfg.setIgniteInstanceName("oneDataGrid"); cfg.setClientMode(false);