Re: Continuous Query

2020-10-05 Thread narges saleh
Denis The calculation itself doesn't involve an update or read of another record, but based on the outcome of the calculation, the process might make changes in some other tables. thanks. On Mon, Oct 5, 2020 at 7:04 PM Denis Magda wrote: > Good. Another clarification: > >- Does that

Re: Continuous Query

2020-10-05 Thread Denis Magda
Good. Another clarification: - Does that calculation change the state of the record (updates any fields)? - Does the calculation read or update any other records? - Denis On Sat, Oct 3, 2020 at 1:34 PM narges saleh wrote: > The latter; the server needs to perform some calculations

Re: Ignite thread pool configuration

2020-10-05 Thread Denis Magda
Give it a try but do some load testing close to your production workload. And then ramp the numbers up if needed. - Denis On Mon, Oct 5, 2020 at 12:56 AM VeenaMithare wrote: > Thanks Denis, > > I am thinking of setting the below thread pools as this on both client and > server since we dont

Re: Binary memory restoration

2020-10-05 Thread Raymond Wilson
Thanks for the thoughts Ilya and Vladimir. We'll do a comparison with 2.9 when it releases to see if that makes any difference. One of the advantages with persistent storage is that it is effectively 'instant start'. Our WAL size is around 5Gb, perhaps this should be decreased to reduce system

Re: [Announcement] New Ignite docs merged to the master

2020-10-05 Thread Denis Magda
Just in case, we're still fighting some odd servers-synchronization issue with the INFRA team: https://issues.apache.org/jira/browse/INFRA-20925 Thus, empty browsers cache to see the latest version of the docs. Sometimes you might need to do this several times depending on where your request is

[Announcement] New Ignite docs merged to the master

2020-10-05 Thread Denis Magda
Igniters, Just a shout-out that the new docs made it to the master (sources in AsciiDoc format) with the latest version published to the website (HTML format): https://ignite.apache.org/docs/latest/ Thanks to everyone involved. Special thanks go to @Artem Budnikov and @Mauricio Stekl who were

Re: Eviction policy enablement leads to ignite cluster blocking, it does not use pages from freelist

2020-10-05 Thread Evgenii Zhuravlev
Hi Prasad, What operations do you run on the cluster? What is the size of objects? Is it possible to share full logs from nodes? Do you have some kind of small reproducer for this issue? It would be really helpful. Thanks, Evgenii пн, 5 окт. 2020 г. в 07:53, Prasad Pillala : > Hi, > > > >

Re: Occasional duplicate ID with IgniteAtomicSequence in a cluster

2020-10-05 Thread Vladimir Pligin
Do you have a reproducer of such behavior? It would be really helpful. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Eviction policy enablement leads to ignite cluster blocking, it does not use pages from freelist

2020-10-05 Thread Prasad Pillala
Hi, evictDataPage() always leads to ignite cluster blocked, due to some reason. This method does not seem to consider the freelist, which is still have some/many pages available. But evictDataPage() still trying to evict few entries from filled pages, and after sometime (in few mins, after

Re: Continuous Query

2020-10-05 Thread Ilya Kasnacheev
Please send an empty message to: user-unsubscr...@ignite.apache.org to unsubscribe yourself from the list. Regards, -- Ilya Kasnacheev пн, 5 окт. 2020 г. в 07:35, Priya Yadav : > unsubscribe > -- > *From:* narges saleh > *Sent:* Sunday, 4 October 2020 2:03 AM >

Re: unsubscribe

2020-10-05 Thread Ilya Kasnacheev
Hello! Please send an empty message to: user-unsubscr...@ignite.apache.org to unsubscribe yourself from the list. Regards, -- Ilya Kasnacheev вс, 4 окт. 2020 г. в 22:36, Celes : > unsubscribe >

Re: Ignite thread pool configuration

2020-10-05 Thread VeenaMithare
Thanks Denis, I am thinking of setting the below thread pools as this on both client and server since we dont use data streamer, IGFS or Peer Class loading: Also our thick clients dont connect using REST . So thinking of adding the below configuration on our thick