Re: What is the difference in cache speed between ignite 1.7 and 1.9

2017-06-16 Thread Nikolai Tikhonov
Hi, Diff between this releases huge, but developers hard works on that the next release will be faster than previous. Every release passes is benchmarked. Can you share your case which show slowdown? On Fri, Jun 16, 2017 at 8:16 AM, wychoi wrote: > hi > > I upgraded to ignite 1.9 and tested the

Re: messaging behavior

2017-06-16 Thread shawn.du
Hi,I want to use ignite messaging to send notifications to some client nodes. I write a tool to do this.this tool will start as a client node and send some message. when it send out the message,the tool will stopped. it seems that this doesn't work and i notice error like: Failed to

Re: messaging behavior

2017-06-16 Thread Nikolai Tikhonov
Hi! I think in your case you need to improve your protocol: send to back ack message. Ack message will be sent to sender node when original message processed. On Fri, Jun 16, 2017 at 10:15 AM, shawn.du wrote: > Hi, > > I want to use ignite messaging to send notifications to some client nodes. >

Re: What is the difference in cache speed between ignite 1.7 and 1.9

2017-06-16 Thread wychoi
Cash put operation using CacheAffinity has been tested. I will do more detailed testing and deliver additional results. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/What-is-the-difference-in-cache-speed-between-ignite-1-7-and-1-9-tp13853p13857.html Sent from t

Re: IgniteRDD SQL query stalled or extremly slow on large input argument

2017-06-16 Thread dkarachentsev
Hi, Could you please attach thread dumps from all nodes? Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteRDD-SQL-query-stalled-or-extremly-slow-on-large-input-argument-tp13711p13859.html Sent from the Apache Ignite Users mailing list ar

Re: What is the difference in cache speed between ignite 1.7 and 1.9

2017-06-16 Thread Nikolai Tikhonov
Thank you! Simple benchmark would be the best information for further investigation! ;)

Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
After some more testing it seems to be related to ear and classloading. a war deployment seems to be OK, but in an ear I need the "toArray" workaround. I can also check with the tomee guys. /hw to., 15.06.2017 kl. 15.38 +0200, skrev Helge Waastad: > Hi, > running 2.0 > > https://github.com/hwa

is it possible to use file based cachestore for persistence?

2017-06-16 Thread fatality
Hi, I would like to use a file based persistence instead of cassandra as it becomes a bottleneck even if i try all the async/batching options. Could you please enlighten us if there is such option like using directly the filesystem like hdfs or any other thing? Regards -- View this message in

Re: Understanding peerclassloading

2017-06-16 Thread Helge Waastad
Ok, getting somewhere here. Reason for this issue is that the library is bundled in the WEB-INF/lib of the war and not ear/lib. If I make the war 100% skinny, classloading works fine. (But it's not an option putting jsf libs in ear/lib due to a lot of other issues) /hw   fr., 16.06.2017 kl. 10.27

Re: How does Ignite Lucene based text indexing & querying work if a field has comma separated values

2017-06-16 Thread Andrey Mashenkov
Hi Muthu, Yes, field value will be tokenized with Lucene StandartAnalyzer [1]. [1] http://lucene.apache.org/core/3_5_0/api/core/org/apache/lucene/analysis/standard/StandardAnalyzer.html On Fri, Jun 16, 2017 at 2:45 AM, Muthu wrote: > Folks, > > If a field annotated with @QueryTextField contain

Re: is it possible to use file based cachestore for persistence?

2017-06-16 Thread Andrey Mashenkov
Hi, You have to implement CacheStore interface for it. On Fri, Jun 16, 2017 at 11:33 AM, fatality wrote: > Hi, > I would like to use a file based persistence instead of cassandra as it > becomes a bottleneck even if i try all the async/batching options. > Could you please enlighten us if there

Re: is it possible to use file based cachestore for persistence?

2017-06-16 Thread fatality
So currently there is no implementation in ignite that we can already use? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/is-it-possible-to-use-file-based-cachestore-for-persistence-tp13862p13866.html Sent from the Apache Ignite Users mailing list archive at Nab

Re: Out-Of-Memory

2017-06-16 Thread Andrey Mashenkov
Hi Sam, Seems, Ignite can allocate memory for offheap cache map. Have you tried to reduce CacheConfiguration.startSize property? It is 1_500_000 by default. On Fri, Jun 16, 2017 at 2:10 AM, javastuff@gmail.com < javastuff@gmail.com> wrote: > Hi, > > We are using Ignite 1.9, OFFHEAP wit

Re: is it possible to use file based cachestore for persistence?

2017-06-16 Thread Andrey Mashenkov
No, Ignite doesn't have it for now. Likely, Ignite 2.1 will have a persistence layer. See [1] for details. [1] http://apache-ignite-developers.2346864.n4.nabble.com/GridGain-Donates-Persistent-Distributed-Store-To-ASF-Apache-Ignite-td16788.html On Fri, Jun 16, 2017 at 12:11 PM, fatality wrote:

Re: Ignite 2.0 visor issue

2017-06-16 Thread Amit Pundir
Hi, I am also facing the same issue with visor on ignite 2.0.0. Could you please let me know what the resolution was at your end. Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-2-0-visor-issue-tp12460p13869.html Sent from the Apache Ignite Users

Re: how to look at content of igfs

2017-06-16 Thread Michael Cherkasov
Hi Antonio, IGFS has native API: https://apacheignite-fs.readme.io/docs/igfs you can use it to browse content, or hadoop web ui. ignitevisorcmd can't be used to browse IGFS. Thanks, Mikhail. 2017-06-13 3:50 GMT+03:00 Antonio Si : > Hi, > > I have configured ignite to use hdfs as the secondar

Hive+IGFS

2017-06-16 Thread ishan-jain
Does hive run when igfs nodes are used for appending data to HDFS? Hive is setup to run over IGFS to read data from hdfs. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hive-IGFS-tp13872.html Sent from the Apache Ignite Users mailing list archive at Nabble.com

Re: Continuous Query remote listener misses some events or respond really late

2017-06-16 Thread begineer
Hi, Thanks I will move the logging as suggested. And that is correct, we don't store null in caches. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-Query-remote-listener-misses-some-events-or-respond-really-late-tp12338p13873.html Sent from the Apache

Apache Ignite client gets disconnected on Amazon EC2 Scale In

2017-06-16 Thread robbie
Hi, So I'm at a loss here on why my Ignite client gets disconnected during scale ins. Here is my exact scenario: 1) Initial topology is 1- client, 1-server 2) Client performs multiple compute tasks 3) CPU on server exceeds EC2 Alert value. 4) Servers increase to 5 5) Compute tasks complete 6) A

Re: Apache Ignite client gets disconnected on Amazon EC2 Scale In

2017-06-16 Thread robbie
I've also noticed a similar behavior whenever I kill multiple EC2 instances when a compute task is running. I find that client gets disconnected from the grid often. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-client-gets-disconnected-on-Amazon-

Re: How does Ignite Lucene based text indexing & querying work if a field has comma separated values

2017-06-16 Thread Muthu
Great!...thanks for the info...how about a list of strings (List)...will it also be handled (an array value in the key-value pair)? Regards, Muthu On Fri, Jun 16, 2017 at 2:03 AM, Andrey Mashenkov < andrey.mashen...@gmail.com> wrote: > Hi Muthu, > > Yes, field value will be tokenized with Lucene

Getting Started with Apache® Ignite™ (Part 3)

2017-06-16 Thread Dieds
Akmal B. Chaudhri focuses on the Compute Grid in his third installment in this series. http://bit.ly/2tbmbad The Compute Grid is one of the most mature components of Apache Ignite. Its main function is to ensure that tasks can be executed in parallel within the grid. Parallelism ensures that resul

Re: Out-Of-Memory

2017-06-16 Thread javastuff....@gmail.com
I will try it out. One question - Default 1_500_000 means number of entries in map or bytes or KB or MB? Document does not clarifies this either. Thanks, -Sam -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Out-Of-Memory-tp13829p13878.html Sent from the Apache

Apache® Ignite™ PMC Chair Denis Magda speaking at MySQL User Group NL June 20

2017-06-16 Thread Dieds
Amsterdam Igniters, Apache® Ignite™ PMC Chair Denis Magda will be speaking at the MySQL User Group NL on June 20 at 6.30 p.m. The meetup will be at Booking.com's headquarters at the end of the In-Memory Computing (IMC) Summit's first day. The title of his talk is "Turbocharge your SQL queries