Re: Redis problem with values > 8kb

2017-12-10 Thread Wolfram Huesken
Hello Alexey, thanks for looking into this. It's rather odd this only happens with the PHP Redis client, but for me it doesn't matter. I will either use a Memcached implementation in front of a client or a Spring based HTTP API on the server nodes to connect other languages. If you need anyt

Re: cluster hanged when client node put data into the caches

2017-12-10 Thread Aurora
@Nikolai Your suggestion is right. "to-space exhausted" occured in GC Logs on 3 out of 6 server nodes, as: Node 1: 2017-12-05T18:36:48.716+0800: 6870.705: [GC pause (G1 Evacuation Pause) (young), 0.4171797 secs] [Parallel Time: 412.1 ms, GC Workers: 13] [GC Worker Start (ms): Min: 6870705

Re: Query Execution Error when changing the cache from PARTITIONED to REPLICATED

2017-12-10 Thread Ahmad Al-Masry
Dears; I also noticed that when I reduced to single node, the problem happens, even that it has 2 GB free of RAM. Any suggestions? BR > On Dec 10, 2017, at 4:23 PM, Ahmad Al-Masry wrote: > > Dears; > I try to execute a complex query on a cluster of two nodes, > When the cashes are configured as

Re: Can the cache key and affinity key be different

2017-12-10 Thread Sumanta Ghosh
Hi Thanks, i checked the link. Small issue with that is that the entities below are also jpa entities with primary keys defined to be same as current cache key. We have a framework which takes care of caching and jpa persistence together.. Is there any other way we can achieve the same w/o redefin

IgniteDataStreamer

2017-12-10 Thread gene
Is it possible to utilize IgniteDataStreamer with cache created from DDL? If yes, a short example please.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/