答复: Ignite cluster always throw java.lang.NoClassDefFoundError

2018-03-17 Thread 王 刚
Hi , ann body know how to fix java.lang.NoClassDefFoundError ? It happened random in ignite cluster. I have dependency and config in spring boot application. @Bean public Ignite igniteServerMode() throws IgniteCheckedException { // Apache Ignite node configuration.

could not load all records into partitioned cache when server node count increased

2018-03-17 Thread serdar severcan
I have asked a question on stackoverflow.com. https://stackoverflow.com/questions/49145540/why-ignite-does-not-load-all-records-into-cache-when-server-node-count-increased/49155857?noredirect=1#comment85629822_49155857 @Dmitriy asked for a reproducer example. I had supplied an example on github.

Re: Partition eviction failed, this can cause grid hang. (Caused by: java.lang.IllegalStateException: Failed to get page IO instance (page content is corrupted))

2018-03-17 Thread Arseny Kovalchuk
Thanks, Gaurav. ​ Arseny Kovalchuk Senior Software Engineer at Synesis skype: arseny.kovalchuk mobile: +375 (29) 666-16-16 ​LinkedIn Profile ​ On 17 March 2018 at 13:13, Gaurav Bajaj wrote: > 1. Data piece size (like event

Re: Partition eviction failed, this can cause grid hang. (Caused by: java.lang.IllegalStateException: Failed to get page IO instance (page content is corrupted))

2018-03-17 Thread Gaurav Bajaj
1. Data piece size (like event or entity size in bytes) -> 1 KB 2. What is your write rate (like entities per second) -> 8K/Sec 3. How do you evict (delete) data from the cache -> We don't evict/delete. 4. How many caches (differ by Ignite cache name) do you have -> 3 Caches 5. What kind of

Re: Partition eviction failed, this can cause grid hang. (Caused by: java.lang.IllegalStateException: Failed to get page IO instance (page content is corrupted))

2018-03-17 Thread Arseny Kovalchuk
Hi Gaurav. Could you please share your environment and some details please? 1. Data piece size (like event or entity size in bytes) 2. What is your write rate (like entities per second) 3. How do you evict (delete) data from the cache 4. How many caches (differ by Ignite cache name) do you have