Utility to check size of entries in off-heap

2016-01-07 Thread Raghavendra Bhat
Hi, I have turned on off-heap cache memory settings while trying to load close to 300 million records in to the ignite server cluster. When I had the cache use java heap alone, I was able to get the cache size details and number of records using "ignitevisorcmd.sh". Once I enabled off-heap memory

Re: cache reference

2016-01-07 Thread vkulichenko
Hi Benoit, Can you please properly subscribe to the mailing list, so that the community receives email notifications? Just follow this simple instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 Benoit Laurent wrote > Hi, > > I've got a silly q

Node.js features

2016-01-07 Thread ignite_mk
I see some activity on node.js integration as part of 1.6 release. Is there any plan to support continuous queries? Also, will there be support for messaging (queue) too? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Node-js-features-tp2441.html Sent from the A

Re: How asynchronous cache is implemented

2016-01-07 Thread asi
Thanks Val. I suppose the communicate queue is an in-memory queue? What is the class name of that communication queue? Thanks again. Antonio. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-asynchronous-cache-is-implemented-tp2399p2438.html Sent from the A

Re: Point to point messaging with Ignite

2016-01-07 Thread Raul Kripalani
Yep, although this is not a message-oriented pattern, but rather a RPC call and an implementation of the "Command Message" integration pattern. I was under the impression that the OP wanted to send message/data across, not necessarily invoke a discrete action per message type... @kcheng – when I

Re: Distributed queue problem with peerClassLoading enabled

2016-01-07 Thread mp
Hello Denis, Thanks a lot for your reply! Concerning point 2: does it mean that "peerClassLoading" simply does not work in 1.5? It used to work (partially) in 1.4 (details described earlier in the message thread). Cheers, -Mateusz On Thu, Jan 7, 2016 at 1:38 PM, Denis Magda wrote: > Hi Mateu

Re: Can build 10000+ Continuous Queries for one cache which has more than a hundred million data

2016-01-07 Thread Denis Magda
Hi, If all SQL query indexes ([1] and [2]) are properly configured then you shouldn't observe any significant performance degradation. [1] https://apacheignite.readme.io/docs/sql-queries#section-single-column-indexes [2] https://apacheignite.readme.io/docs/sql-queries#section-group-indexes -- D

Re: Is there limitation on Semaphores and Queues?

2016-01-07 Thread Denis Magda
Hi, Please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to “ user-subscr...@ignite.apache.org” and follow simple instructions in the reply. There is no any limitation on the number of semaphores or queues in I

Re: Point to point messaging with Ignite

2016-01-07 Thread kcheng.mvp
Thank you very much! I will write a demo application. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Point-to-point-messaging-with-Ignite-tp1191p2429.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Web app with CMS

2016-01-07 Thread pavlinсм
Denis Magda wrote > What do you use as a session key then when the session is stored in an > Ignite cache for further usage? The session is stored automatically by org.apache.ignite.cache.websession.WebSessionFilter Denis Magda wrote > What is a condition when a user is redirected to the login

Re: Point to point messaging with Ignite

2016-01-07 Thread kcheng.mvp
Thank you very much! I am going to use Ignite Queue implement this. but you mentioned that* Ignite Queue + [Distributed Countdown Latch + Atomic Counter] * why need *Distributed Countdown Latch * or* Atomic Counte* here ? As once an entry item from poll from the queue, then other node can n

Re: Distributed queue problem with peerClassLoading enabled

2016-01-07 Thread Denis Magda
Hi Mateusz, 1. It seems that distributed cache is still *not* available in PRIVATE/ISOLATED modes. Is this correct? Right, it hasn't been fixed yet. I've just followed up the related discussion on the dev list. Please follow it to see the most up-to-date information http://apache-ignite-devel

Re: Point to point messaging with Ignite

2016-01-07 Thread Raul Kripalani
Ah, you could also use distributed locks to represent ownership, and events to get informed when a node leaves, without blocking a thread indefinitely until the lock is released. There are many possibilities. *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data an

Re: How to get rid of the message( Received message without registered handler ) ?

2016-01-07 Thread Denis Magda
Hi, The message appears when there is no internal handler registered to process it. A potential reason I have in mind is that you can start/stop Ignite nodes during the time a continuous query is being used. Please provide me with a complete example that can be run locally so that I can assi

Re: Leaks in the ContinuousQuery Notification

2016-01-07 Thread Denis Magda
Hi, So was that a problem related to your application? If you fill that there is a bug on the platform side then please provide us with a complete test so we can investigate what's going on on our side. -- Denis On 1/7/2016 5:48 AM, wychoi wrote: hi vkulichenko Thanks to the quick reply Th

Web app with CMS

2016-01-07 Thread pavlinсм
Hello, I am doing a POC of Ignite as a web session replication cache. I have typical j2ee web application with container managed security, running inside Tomcat 7. Ignite is set-up following the instructions in the docs and works fine (really informative in debug mode). The problem is when perfor

How to get rid of the message( Received message without registered handler ) ?

2016-01-07 Thread wychoi
When using the ContinuousQuery, What is the reason WARN appears in the log below? setRemoteFilter of ContinuousQuery has not entered anything in. [2016-01-07 16:48:57.744][WARN ][sys-