Re: "Adding entry to partition that is concurrently evicted" error

2020-02-03 Thread Abhishek Gupta (BLOOMBERG/ 919 3RD A)
ubject: Re: "Adding entry to partition that is concurrently evicted" error Hi, Current problem should be solved in ignite-2.8. I am not sure why this fix isn't a part of ignite-2.7.6. https://issues.apache.org/jira/browse/IGNITE-11127

Re: "Adding entry to partition that is concurrently evicted" error

2020-01-31 Thread Andrei Aleksandrov
Hi, Current problem should be solved in ignite-2.8. I am not sure why this fix isn't a part of ignite-2.7.6. https://issues.apache.org/jira/browse/IGNITE-11127 Your cluster was stopped because of failure handler work.

Re: Adding entry to partition that is concurrently evicted

2018-10-19 Thread aealexsandrov
Hi, This exception shows that one of your partitions was moved to the invalid state. It's not expected case and for investigation of the reason, we require log file too. Is it possible to provide it? BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Adding entry to partition that is concurrently evicted

2018-10-19 Thread Weizhou He
Hi, All error log was pasted. I used spring to launch Ignite, so all config is defined in java. As below, @Bean("igniteConfiguration") IgniteConfiguration igniteConfiguration(@Value("${zookeeper.host}") String zkHost) { IgniteConfiguration igniteConfiguration = new IgniteConfiguration();

Re: Adding entry to partition that is concurrently evicted

2018-10-18 Thread aealexsandrov
Hi, Could you please attach the configuration of the cluster and full log? BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/