Re: Cannot create table after I drop it

2019-01-27 Thread Ilya Kasnacheev
Hello! There is this ticket https://issues.apache.org/jira/browse/IGNITE-10897 so it looks like a known issue. As a work-around you could e.g. try to use different name for table in such cases. And hope that the issue will be fixed in future releases. Regards. -- Ilya Kasnacheev чт, 24 янв. 2

Re: Blocked system-critical thread has been detected. This can lead to cluster-wide undefined behaviour

2019-01-27 Thread Ilya Kasnacheev
Hello! It may work due to a pure chance and then eventually lock. Actually putAsync will execute synchronously if executed on data node (for a given key). It is recommended to avoid any cache operations from event listeners. In Event Listener you can put data to queue, and dequeue it in a separat

Re: Prevent automatic Ignite server node start for Spring Boot

2019-01-27 Thread Ilya Kasnacheev
Hello! I don't think that it is issue on Ignite's end. You could talk to Spring about this issue, but I think the point of Spring Boot is auto-init everything so they might disagree. Regards, -- Ilya Kasnacheev сб, 26 янв. 2019 г. в 01:55, Ilya Roublev : > ilya.kasnacheev wrote > > It seems t

Re: is peerClassLoadingEnabled in client mode makes difference

2019-01-27 Thread Ilya Kasnacheev
Hello! Some uses of classes will be peer class loaded but not all. Key/value types are NOT peer class loaded. You will have to either deploy them to server nodes, or to use .withKeepBinary() where possible. Another notable exception is that Services will not be peer class loaded. Regards, -- Il

processDynamicIndexChange exception at client node while creating index

2019-01-27 Thread mahesh76private
The client connection through exceptions shown in the log. During this time, we have another program creating index on a column. please review client_error.log -- Sent from: http://apache-ignite-users.70518.x6.nabbl

RE: failure due to IGNITE_BPLUS_TREE_LOCK_RETRIES

2019-01-27 Thread mahesh76private
Increasing the size of IGNITE_BPLUS_TREE_LOCK_RETRIES makes the issue go away. But the explanation that is occurs due to contention is somewhat not clear. In all cases, in occurred to be when I was creating an index. Feels like it is somehow related to the height of the tree... and this variable

Re: DatasetFactory.createSimpleDataset with a cache

2019-01-27 Thread mahesh76private
that would be awesome -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/