Re: Ignite native persistence

2019-11-25 Thread Denis Magda
Hi there, Looks like you are trying to preload data from the persistence to memory with Cache.loadCache method. Presently, this operation is not supported for the native persistence and it’s optional - just start issuing your queries after the cluster restart and Ignite will get all the data

Ignite native persistence

2019-11-25 Thread niamin
What is the right way to enable native persistence? As per Ignite documentation, I added the following property to enable native persistence:

node down after Caught unhandled exception in NIO worker thread (restart the node) log

2019-11-25 Thread ihalilaltun
Hi Igniters, We had a strange node-down incident after getting following log (we've been using ignite in production for almost 1 year and we're getting this error for the first time) [2019-11-22T21:19:54,222][INFO ][grid-nio-worker-tcp-comm-3-#203][TcpCommunicationSpi] Established outgoing

Re: excessive timeouts and load on new cache creations

2019-11-25 Thread ihalilaltun
Hi Anton, We have faced the same bug onnon-byte array types also. here is the pojo we use; UserMailInfo.java I've already read the topic you shared, thanks :) - İbrahim Halil Altun Senior Software Engineer @

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-25 Thread harinath
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Issue while using transactions in sql apache ignite console grid gain

2019-11-25 Thread harinath
Hi, Thanks for the response. We are running this queries on Ignite Console Grid Gain. Plan is to use native driver with thick client Yes the table is created with Atomicity as TRANSACTIONAL_SNAPSHOT CREATE TABLE TempTable ( ID int, Name varchar(255), LastName varchar(255), Age

Re: Is there a binary of Apache.Ignite.Exe for .NET Core

2019-11-25 Thread camer314
Perfect thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/