Re: Different paths for storagePath and WAL from docker

2019-02-15 Thread Dave Harvey
https://apacheignite.readme.io/docs/docker-deployment shows sudo docker run -it --net=host -e "CONFIG_URI=$CONFIG_URI" [-e "OPTION_LIBS=$OPTION_LIBS"] [-e "JVM_OPTS=$JVM_OPTS"] ... $CONFIG_URI can be https:xml which is the configuration file. A configuration file can say to use ENVIRONMENT

Re: Apache Ignite starts fast and then become really slow with out of memory

2019-02-15 Thread Ilya Kasnacheev
Hello! As far as I can see, the highlighted class does not dominate heap in any meaningful way. You seem to have huge LinkedHashMaps, any idea where they are used/held? Regards, -- Ilya Kasnacheev чт, 14 февр. 2019 г. в 22:11, : > Hey, > > > > Guys is this normal…? > > > > > > So many

Re: How to use multiple schemas in ignite?

2019-02-15 Thread Ilya Kasnacheev
Hello! You can have different schema when creating table via Cache API (Ignite.createCache()). But not when using CREATE TABLE, as far as my understanding goes. Regards, -- Ilya Kasnacheev пт, 15 февр. 2019 г. в 15:05, newigniter : > By default, all ignite tables are added to PUBLIC schema.

Re: Error while restarting the cluster

2019-02-15 Thread Ilya Kasnacheev
Hello! I don't think this is an error message. It's purely for information. Can you provide the rest of log? Regards, -- Ilya Kasnacheev вт, 12 февр. 2019 г. в 10:12, rahul aneja : > Hi, > > We are getting below error when restarting the ignite cluster and nodes > are not able to join the

Re: walBuffSize is shown as 0 where segment size if 67108864

2019-02-15 Thread Ilya Kasnacheev
Hello! toString implementation is using field value and not getter value (that you refer to), hence 0. Regards, -- Ilya Kasnacheev пт, 15 февр. 2019 г. в 14:42, garima.j : > Hello, > > I have an ignite cluster of 3 nodes. While analysing the logs, I found that > the walBuffSize is shown as 0

Re: Different paths for storagePath and WAL from docker

2019-02-15 Thread newigniter
Thanks for your reply but I don't quite understand. How do you load this common spring file and how to you pass it to ignite on docker run? What is the example value for this: #{systemEnvironment['IGNITE_PERSISTENT_STORE']} Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Different paths for storagePath and WAL from docker

2019-02-15 Thread Dave Harvey
We have a common spring file accessible via HTTP. Inside and we vary the environment variables. NOTE: the work directory has state that also needs to be persistent. persistent copies of the above are worthless without a persistent copy of

How to use multiple schemas in ignite?

2019-02-15 Thread newigniter
By default, all ignite tables are added to PUBLIC schema. Is it possible to create custom schema and create tables there? With this, can I specify schemaName as a parameter when I query ignite over rest api? Thank you. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

walBuffSize is shown as 0 where segment size if 67108864

2019-02-15 Thread garima.j
Hello, I have an ignite cluster of 3 nodes. While analysing the logs, I found that the walBuffSize is shown as 0 [name=default, maxSize=10737418240, initSize=4294967296, swapPath=null, pageEvictionMode=RANDOM_2_LRU, evictionThreshold=0.9, emptyPagesPoolSize=100, metricsEnabled=true,

Re: Implementing custom plugin

2019-02-15 Thread Ilya Kasnacheev
Hello! Ignite tests contain at least four plugins so you can just checkout Ignite source (ignite-2.5 branch if desired), copy any test plugin to your sources and try to make it work. Regards, -- Ilya Kasnacheev чт, 14 февр. 2019 г. в 19:15, vitalys : > Unfortunately I can't due to the

Different paths for storagePath and WAL from docker

2019-02-15 Thread newigniter
I have ignite deployed in docker. I was studying Separate Disk Device for WAL part of docks: https://apacheignite.readme.io/docs/durable-memory-tuning#native-persistence-related-tuning. How can I configure this if I use docker? I have this deployed on ec2 machine where I have two separate

Re: Failed to get Cassandra DataSource cause Spring application context wasn't injected into CassandraCacheStoreFactory

2019-02-15 Thread Ilya Kasnacheev
Hello! 1) Well, I guess you should use a Spring configuration and define bean there. 2) Yes, that should work. Regards, -- Ilya Kasnacheev чт, 14 февр. 2019 г. в 22:14, Max Barrios : > Hi, > > 1) to inject Spring Bean to the client config, do you have a working > example of do this for

IgniteCache.destroy does not remove its data from work folder

2019-02-15 Thread mahesh76private
hi, After deleting caches using the IgniteCache.destroy api, the data folder of the cache still remains in work/db... why is this not getting removed? Specifically, I ask because after running ML trainers etc, a new dataset is getting left over in work/db folder This dataset is tagged with a