Re: Ignite Server Node cluster

2023-07-11 Thread Arunima Barik
I am running the start-workers.sh script to start spark workers.. Required some sample bash script to do the same for ignite as well Regards On Wed, 12 Jul, 2023, 12:46 am Jeremy McMillan, < jeremy.mcmil...@gridgain.com> wrote: > This will depend on how you are deploying your Spark workers.

Ignite Cache Store

2023-07-11 Thread Arunima Barik
Hello Team Working with pyignite Does a cache.get( ) internally call the load( ) function of CacheStore for a read through cache ? Can someone please point me to the code for the same.. Regards Arunima

Does ignite 2.8 expose rest api for topology/health parameters - Documentation for Ignite 2.8

2023-07-11 Thread Amitkumar Maheshwari
Hello Apache Ignite team, We are using ignite 2.8 and for monitoring purposes, we need to get topology metrics and/or parameters related to ignite health out of the currently running ignite server. I could find documentation for the ignite https://ignite.apache.org/docs/2.9.0/index But it is

Re: Ignite Server Node cluster

2023-07-11 Thread Jeremy McMillan
This will depend on how you are deploying your Spark workers. Whatever you are doing to control Spark workers should be replicated to control startup and shutdown of your Ignite nodes. Please start with the included ignite.sh or ignite.bat scripts found in the bin folder of your Ignite

Ignite Server Node cluster

2023-07-11 Thread Arunima Barik
Hi all I want to start an Ignite server node on every Spark worker Also how to shutdown those nodes? Any methods to do so... I was trying to write a script but could not succeed. Any help is highly appreciated. Regards Arunima

Re: Ignite data region off-heap allocation

2023-07-11 Thread Pavel Tupitsyn
> I can’t see another way of letting . Net know that it can’t have access to all the ‘free’ memory in the process You don't need to tell .NET how much memory is currently available. It is the job of the OS. .NET can "see" the size of the unmanaged heap. To quote another explanation [1]: > The

Re: Ignite data region off-heap allocation

2023-07-11 Thread Raymond Wilson
How do Ignite .Net server nodes manage this memory issue in other projects? On Tue, Jul 11, 2023 at 5:32 PM Raymond Wilson wrote: > Oops, commutes => committed > > On Tue, 11 Jul 2023 at 4:34 PM, Raymond Wilson > wrote: > >> I can’t see another way of letting . Net know that it can’t have