Re: Issue with automatic persistence

2017-03-24 Thread Andrey Mashenkov
Hi Alper, Got it. You can try to clean ignite work directory. If it wouldn't help try to check it against ignite-1.8-1.9 or get GridGain support, as it can be a regression or already fixed. On Fri, Mar 24, 2017 at 3:23 PM, Alper Tekinalp wrote: > Hi Andrey, > > I did not

Re: Issue with automatic persistence

2017-03-24 Thread Alper Tekinalp
Hi Andrey, I did not provide any logs only specified the line that mentioned on previous message: *Failed to register marshalled class for more than 10 times in a row* >From a double check I recognized that we use ignite from GridGain external repository. From their site: "It includes Apache

Re: Issue with automatic persistence

2017-03-24 Thread Andrey Mashenkov
Hi Alper, 1. I see ignite-1.5.0.final version in logs you provide. 2. Ignite doesn't have 1.8.3 version. On Fri, Mar 24, 2017 at 2:40 PM, Alper Tekinalp wrote: > Hi. > > I forget to mention about it but we use Ignite 1.8.3. > > On Fri, Mar 24, 2017 at 12:15 PM, Andrey Mashenkov

Re: Issue with automatic persistence

2017-03-24 Thread Alper Tekinalp
Hi. I forget to mention about it but we use Ignite 1.8.3. On Fri, Mar 24, 2017 at 12:15 PM, Andrey Mashenkov < andrey.mashen...@gmail.com> wrote: > Hi Alper, > > Possibly, it is a bug [1] fixed in ignite-1.6. > > [1] https://issues.apache.org/jira/browse/IGNITE-983 > > On Fri, Mar 24, 2017 at

Re: Issue with automatic persistence

2017-03-24 Thread Andrey Mashenkov
Hi Alper, Possibly, it is a bug [1] fixed in ignite-1.6. [1] https://issues.apache.org/jira/browse/IGNITE-983 On Fri, Mar 24, 2017 at 10:21 AM, Alper Tekinalp wrote: > Hi. > > We see the following log on our servers: > > > *Failed to register marshalled class for more than 10

Re: Issue with automatic persistence

2017-03-24 Thread Alper Tekinalp
Hi. We see the following log on our servers: *Failed to register marshalled class for more than 10 times in a row * I could not relate it to an error so I dont have any idea about the problem. What cause that problem? Can you give a hint? On Fri, Jun 17, 2016 at 1:22 AM, Denis Magda

Re: Issue with automatic persistence

2016-06-16 Thread Denis Magda
Hi, Do you see the working below on any of the nodes? Failed to register marshalled class for more than 10 times in a row Actually it’s difficult to say what is the exact reason of the issue. Can you upgrade to the latest Ignite version to see if the issue is still reproducible? — Denis > On

Issue with automatic persistence

2016-06-16 Thread Saurabh Sharma
Hi, We are using ignite cache with automatic persistence feature for storing the objects in cache. We have objects used as key and value for this cache. Sometimes when we start our application we get the following error while we try to push any value in this cache. It is very random behaviour.