Re: ignite can not find other ignite clients with attched config xml

2017-07-12 Thread ezhuravlev
Hi, Please provide logs from Ignite nodes, so we could investigate them. Evgenii -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-can-not-find-other-ignite-clients-with-attched-config-xml-tp14613p14749.html Sent from the Apache Ignite Users mailing list a

Re:Re: Requested array size exceeds VM limit

2017-07-12 Thread Lucky
Actually,my setting is : Xms =40G,Xmx =120G. but it still got the wrong message. Are there another parameters about H2 console? Thanks. Lucky At 2017-07-12 16:53:56, "Humphrey" wrote: >You can modify the ignite.sh script and increase the Xms and values > > > > > >-- >View this message in conte

Provide persistence settings inline for Cassandra KeyValuePersistenceSettings?

2017-07-12 Thread Roger Fischer (CW)
Hello, all the examples for the Cassandra integration load the persistence settings from a resource. Here is one such example: Is it possible to define the persistence settings inline, ie. in the same file as the cache configuration? I tried the following:

Fields order in binary object.

2017-07-12 Thread adzyuba
Hello. I have some problem with two same BinaryObject. If i reorder to set fields in BinaryObject with same fields names and fields values, then i get two different BinaryObject with different hash codes. So if i use BinaryObject as a key for cache this make some trouble to extract value from cach

Re: Cache refresh because of hibernate versioning mechanism.

2017-07-12 Thread cszczotka
Hi, I see such solution. Passing to the store reference to cache (loadCache method has second parameter varargs so I can pass cache here) and in write method call replace on cache: public void write(Cache.Entry entry) throws CacheWriterException { MyEntity myEntity = hibernateDao.saveOrUpd

Re: Poor cross cache join SQL performance (v2.0.0)

2017-07-12 Thread afedotov
Hi, As well as for regular DB, each group index relates only to one entity/table, so there is no such thing like cross cache group index. Kind regards, Alex. On Wed, Jul 12, 2017 at 3:22 PM, iostream [via Apache Ignite Users] < ml+s70518n14719...@n6.nabble.com> wrote: > Hi, > > Apologies for th

Getting Started with Apache® Ignite™ (Part 6): Service Grid

2017-07-12 Thread Dieds
"Getting Started with Apache® Ignite™ (Part 6)." The Apache Ignite Service Grid is the focus of the latest installment in this blog series by Akmal B. Chaudhri. http://bit.ly/2uijZ4F -- View this messag

Re: Cache refresh because of hibernate versioning mechanism.

2017-07-12 Thread cszczotka
Hi, Refer to your advice about implementing CacheInterceptor and onAfterPut method. It does not help me. It is the same issue - operating on entity copy because: in method onAfterPut(Cache.Entry entry) Cache.Entry implementation it is CacheLazyEntry and if I call entry.getValue I will get entity

Re: Poor cross cache join SQL performance (v2.0.0)

2017-07-12 Thread iostream
Hi, Apologies for the delayed response. Implementing appropriate group indexes solved the problem for me. One question - can I create a group index across caches? Or group index can be created only within one cache? Thanks! :) -- View this message in context: http://apache-ignite-users.7051

Re: SpringBoot integration with Ignite

2017-07-12 Thread afedotov
Hi, Please check http://apache-ignite-users.70518.x6.nabble.com/SpringBoot-Integration-td11659.html and http://apache-ignite-users.70518.x6.nabble.com/Using-AbstractAnnotationConfigDispatcherServletInitializer-td14592.html#a14600 Kind regards, Alex. On Wed, Jul 12, 2017 at 12:53 PM, vishal jain

Re: Queue read/write Store

2017-07-12 Thread luqmanahmad
Matt, Someone already raised this issue before and there was some discussion on the @dev as well. See [1] and [2] for more information. [1] http://apache-ignite-users.70518.x6.nabble.com/Stupide-question-about-Queue-td2557.html

SpringBoot integration with Ignite

2017-07-12 Thread VJ
Hi, How can we integrate apache ignite with SpringBoot application? I want to use ignite as the distribute cache for our springBoot application, any pointers/suggestions will help. Thanks, VJ

Re: Network Segmentation

2017-07-12 Thread luqmanahmad
Hi Yitzhak, Please see [1] for more information. [1] http://apache-ignite-users.70518.x6.nabble.com/Two-Ignite-Clusters-formed-after-network-disturbance-td3377.html#a3605 T

Re: Requested array size exceeds VM limit

2017-07-12 Thread Andrey Mashenkov
Hi, Try to use LIMIT and OFFSET conditions. But, these conditions requires data to be sorted. Without sorting rows order can differed from query to query. On Wed, Jul 12, 2017 at 11:53 AM, Humphrey wrote: > You can modify the ignite.sh script and increase the Xms and Xmx values > > > > > > -- >

Network Segmentation

2017-07-12 Thread Yitzhak Molko
We are running Ignite 1.7 on 20+ servers and using as distributed cache store. Caches are partitioned without backup (cacheMode=PARTITIONED, backups=0). >From time to time we are getting network segmentation, so servers are getting stopped as per default segmentation policy. In our case we would

Re: Requested array size exceeds VM limit

2017-07-12 Thread Humphrey
You can modify the ignite.sh script and increase the Xms and Xmx values -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Requested-array-size-exceeds-VM-limit-tp14708p14710.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re:How to start up H2 Console

2017-07-12 Thread Lucky
OK,I understand. Now is still do not support remote connection, just local. Do it will be supported in the future? Thanks . Lucky At 2017-07-12 15:51:46, "Humphrey" wrote: >I didn't get that error when I tried it out on my computer. It started Ignite >and opened the H2 web interface in

Requested array size exceeds VM limit

2017-07-12 Thread Lucky
Hi: I have a table with 2000 records, 6 fields. When I use "select fid from userInfo " ,It got a error,like this: Exception in thread "H2 Console thread" java.lang.OutOfMemoryError: Requested array size exceeds VM limit How to increase the heap? Thanks Lucky

How to start up H2 Console

2017-07-12 Thread Humphrey
I didn't get that error when I tried it out on my computer. It started Ignite and opened the H2 web interface in my browser. It's suppose to open local on your computer so it's not possible to have remote connections. See also: http://apache-ignite-users.70518.x6.nabble.com/Starting-H2-Debug-Conso