Re: ContiniousQuery giving notification for different dataset

2017-05-08 Thread Alper Tekinalp
listen to data modifications occurring on > Ignite caches. Once a continuous query is started, you will get notified of > all the data changes that fall into your query filter if any. > > > > > -- > View this message in context: http://apache-ignite- > developers.2346864.n4.nabble.com/ContiniousQuery-giving- > notification-for-different-dataset-tp17538.html > Sent from the Apache Ignite Developers mailing list archive at Nabble.com. > -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir 34758 İSTANBUL Tel: +90 216 455 01 53 Fax: +90 216 455 01 54 www.evam.com.tr <http://www.evam.com>

Re: Client got stucked on get operation

2017-04-04 Thread Alper Tekinalp
Hi. Can someone point me a direction that why a thread can stuck on the trace above? Where should I look for? How can I investicate the issue? Where should I look? On Mon, Mar 20, 2017 at 12:57 PM, Alper Tekinalp <al...@evam.com> wrote: > Hi all. > > > We have 3 ignite serve

Client got stucked on get operation

2017-03-20 Thread Alper Tekinalp
: Where should we look for the main cause of the problem? What can cause such a behaviour? There seems nothing wrong on server 1 logs etc. We use ignite 1.8.3. -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir 34758 İSTANBUL

Re: Same Affinity For Same Key On All Caches

2017-02-27 Thread Alper Tekinalp
on different caches. You can find my test code and resuts as attachment. So is that a bug? Is there a way to force same mappings althought caches created on different nodes? On Fri, Feb 24, 2017 at 9:37 AM, Alper Tekinalp <al...@evam.com> wrote: > Hi. > > Thanks for your comments. Let

Re: Same Affinity For Same Key On All Caches

2017-02-23 Thread Alper Tekinalp
n...@gmail.com> wrote: >> > >> > > Hi Alper, >> > > >> > > You can implement you own affinityFunction to achieve this. >> > > In AF you should implement 2 mappings: key to partition and partition >> to >> > > node. >> >

Same Affinity For Same Key On All Caches

2017-02-22 Thread Alper Tekinalp
Hi all. Is it possible to configures affinities in a way that partition for same key will be on same node? So calling ignite.affinity(CACHE).mapKeyToNode(KEY).id() with same key for any cache will return same node id. Is that possible with a configuration etc.? -- Alper Tekinalp Software

Re: NullPointerException on ScanQuery

2016-12-20 Thread Alper Tekinalp
can occur without any change in topology versions. In the example/dummy code NPE happens before any change in topology versions on cluster. But I could not convince him about that :) Or I am missing somthing really badly. Thanks all of you. Regards. -- Alper Tekinalp Software Developer Evam S

Cache Metrics

2016-12-20 Thread Alper Tekinalp
eapMisses()); System.out.println(cemil.metrics().getOffHeapPuts()); System.out.println(cemil.metrics().getOffHeapEvictions()); System.out.println(cemil.metrics().getOffHeapHitPercentage()); All prints 0. Is that normal? Am i doing something wrong? -- Alper Tekinalp Software Develo

Re: NullPointerException on ScanQuery

2016-12-20 Thread Alper Tekinalp
Hi all. Is there any comment on this? -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir 34758 İSTANBUL Tel: +90 216 455 01 53 Fax: +90 216 455 01 54 www.evam.com.tr <http://www.evam.com>

Re: NullPointerException on ScanQuery

2016-12-12 Thread Alper Tekinalp
rnally running in our application and we run scan query in that server nodes. In some cases both of the servers destroy cache and I expect to get the cache closed errors. But not NPEs because there is no change in topology. Again thanks for your responses. Regards. -- Alper Tekinalp Software Devel

Re: NullPointerException on ScanQuery

2016-12-12 Thread Alper Tekinalp
Hi Andrey. Did you able to look to the code? Regards. On Thu, Dec 8, 2016 at 10:05 AM, Alper Tekinalp <al...@evam.com> wrote: > Hi. > > Could you please share your reproducer example? > > > I added classes to repoduce the error. It also throws cache closed errors >

Re: NullPointerException on ScanQuery

2016-12-07 Thread Alper Tekinalp
Hi all. It seems one method uses affinity: cctx.affinity().primaryPartitions(n.id(), topologyVersion()); other uses topology API. cctx.topology().owners(part, topVer) Are these two fully consistent? On Tue, Dec 6, 2016 at 4:58 PM, Alper Tekinalp <al...@evam.com> wrote: > Hi al

NullPointerException on ScanQuery

2016-12-06 Thread Alper Tekinalp
we get some partitions but ignite cant find any owner for that partition? Is our method for getting partitions wrong? Is there any way to avoid that? Best regards. -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir 34758 İ

Server Node Stops Unexpectedly

2016-11-25 Thread Alper Tekinalp
to collect more information like logs etc. Regard. -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir 34758 İSTANBUL Tel: +90 216 455 01 53 Fax: +90 216 455 01 54 www.evam.com.tr <http://www.evam.com>

Re: Threads got stuck

2016-10-26 Thread Alper Tekinalp
efinitely help after we get the > info I requested. This is the only way to go with the investigation. > > --Yakov > > 2016-10-25 11:20 GMT+03:00 Alper Tekinalp <al...@evam.com>: > > > Hi Yakov. > > > > I should also mention that we load cache data from

Re: Threads got stuck

2016-10-25 Thread Alper Tekinalp
; > Can you please reproduce the issue one more time, collect and share the > following with us: > > 1. collect all the logs from all the nodes - clients and servers > 2. take threaddumps of all JVMs (from all nodes) with jstack -l > > --Yakov > > 2016-10-25 10:49 GMT+0

Re: Threads got stuck

2016-10-25 Thread Alper Tekinalp
Hi. There is also a few logs as : Failed to register marshalled class for more than 10 times in a row (may affect performance). Can it be releated? On Tue, Oct 25, 2016 at 10:32 AM, Alper Tekinalp <al...@evam.com> wrote: > Hi all. > > We have 3 servers and cache con

Threads got stuck

2016-10-25 Thread Alper Tekinalp
) at org.apache.ignite.internal.processors.cache.GridCacheAdapter.put(GridCacheAdapter.java:2215) at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.put(IgniteCacheProxy.java:1214) ... 11 more -- Alper Tekinalp Software Developer Evam Streaming Analytics Atatürk Mah. Turgut Özal Bulv. Gardenya 5 Plaza K:6 Ataşehir

Client Connecting Issues

2016-07-28 Thread Alper Tekinalp
uggestions? What can we do about especially for second case? Regards. -- *Alper Tekinalp* *Software Developer* *Evam ​Stream Analytics* *Atatürk Mah.Turgut Özal Bulvarı Gardenya 1 Plaza 42/B K:4 Ataşehir / İSTANBUL* *Tlf : +90216 688 45 46 <%2B90216%20688%2045%2046> Fax : +90216 688

Re: Contribution merged: IGNITE-2394 Cache loading from storage is called on client nodes

2016-05-17 Thread Alper Tekinalp
ixed an unpleasant issue when loading from a cache store > was triggered on a client side (for non local caches) causing useless > transferring of data from a storage to the client side. > > Waiting for more contributions from your side. > > Regards, > Denis -- Alper Tekinalp atekinalp.blogspot.com

Server node info when client disconnects

2016-03-19 Thread Alper Tekinalp
Hi. I have a server and a client. I connect server from client with static ip. When server closed I get client node disconnected event. Is there easy way that I could know the UUID of the server? Best regards. -- Alper Tekinalp Software Developer Evam Stream Analytics Atatürk Mah.Turgut

Connecting Amazon cluster with client from local

2016-03-11 Thread Alper Tekinalp
workaround that? Is there a suitable way to implement? -- Alper Tekinalp Software Developer Evam Stream Analytics Atatürk Mah.Turgut Özal Bulvarı Gardenya 1 Plaza 42/B K:4 Ataşehir / İSTANBUL Tlf : +90216 688 45 46 Fax : +90216 688 45 47 Gsm:+90 536 222 76 01 www.evam.com

Re: Hello

2016-03-10 Thread Alper Tekinalp
hao...@gmail.com> wrote: > Hi everyone! > > My name is Ryan, and I'm very interested in this project and willing to > contribute to it. > > Let me know if I can do something useful! -- Alper Tekinalp Software Developer Evam Stream Analytics Atatürk Mah.Turgut Özal Bulvarı G