Leaks in the ContinuousQuery Notification

2016-01-05 Thread wychoi
HI We're to examine ignite1.5. We are being developed using the ContinuousQuery. I put the cache in two server nodes, the update notification leak occurred It did not occur in ignite1.4 In the ContinuousQuery set RemoteFilter did not use Piece of code like this: CacheEntryUpdatedListener cache

Re: Error running .net examples

2016-01-05 Thread Murthy Kakarlamudi
Hi Vladimir...I downloaded 1.5.0 final version binary and am able to run the examples now. Thanks much for your help. Murthy. On Tue, Jan 5, 2016 at 2:57 PM, Vladimir Ozerov wrote: > Murthy, > > Looks like your IGNITE_HOME is not correct. Please try pointing it to > "C:\Data\Professional\java\i

Re: CacheEntryEventSerializableFilter in ignite1.5

2016-01-05 Thread Prem Sahoo
Here the object what u are using is wrong Sent from my iPhone > On Jan 5, 2016, at 9:33 PM, wychoi wrote: > > HI > > We're to examine ignite1.5. > We had an error occurs while using the Continuous Query. > Piece of code like this: > It was applied to the CacheEntryEventSerializableFilter.setR

CacheEntryEventSerializableFilter in ignite1.5

2016-01-05 Thread wychoi
HI We're to examine ignite1.5. We had an error occurs while using the Continuous Query. Piece of code like this: It was applied to the CacheEntryEventSerializableFilter.setRemoteFilter of ContinuousQuery. query.setRemoteFilter(new CacheEntryEventSerializableFilter() { @Override public b

Re: while running the example-cache.xml , it shows an error .

2016-01-05 Thread vkulichenko
Hi Ravi, Can you please properly subscribe to the mailing list so that community receives email notifications? Just follow the simple instruction here: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 Ravi wrote > [13:09:24,794][SEVERE][main][IgniteKerna

Re: Error running .net examples

2016-01-05 Thread Vladimir Ozerov
Murthy, Looks like your IGNITE_HOME is not correct. Please try pointing it to "C:\Data\Professional\java\ignite\software\apache-ignite-1.5.0-b1-src" Vladimir. On Tue, Jan 5, 2016 at 4:39 PM, Murthy Kakarlamudi wrote: > Hi Vladimir, > I did, but still getting the same error. > > [image: I

Re: Error running .net examples

2016-01-05 Thread Murthy Kakarlamudi
Hi Vladimir, I did, but still getting the same error. [image: Inline image 1] On Tue, Jan 5, 2016 at 2:13 AM, Vladimir Ozerov wrote: > Hi Murthy, > > Could you please double-check that you have JAVA_HOME environment variable > set and pointing to your Java installation directory? > BTW, 1.

Re: Problem with cache expiry and lock

2016-01-05 Thread Yakov Zhdanov
>From what I see thread cannot acquire lock for segment in cache map. Given it already holds lock for individual entry and "main" thread has acquired lock for segment and tries to lock that individual entry (which is proper order we follow in Ignite). This is canonical deadlock and also one of the