Re: Ignite Spring Integration

2020-06-09 Thread marble.zh...@coinflex.com
For more clear, i am using the bin/ignite.sh to start the ignite server, and using the uri hot deployment, my business logic is in the igniteSerivce, and need spring annotation/configuration support. case 1, we deploy our package jar into the ./libs folder, all works fine, but this way cannot hot

Re: Ignite Spring Integration

2020-06-09 Thread marble.zh...@coinflex.com
Thanks, we are not building spring boot application with ignite support, we are trying this scenario, build up the service with Spring Annotation involve, and package into the urideployment folder for service hot deployment. If we put this package into the ignite $IGNITE_HOME/libs folder, then all

Re: Configuring DR site for Ignite Application

2020-06-09 Thread Denis Magda
Hi Deepthi, Will that be a full image of a VM with a current execution state (memory, OS, disk, Ignite node process) or just a snapshot of Ignite persistence files? In short, if you do the full image but don't clone the network settings then the cluster will fall to pieces once VMs and their exec

Re: some problem in use gridgain8.7.14 on kubernetes

2020-06-09 Thread Denis Magda
Hi, This user list is intended for Ignite questions. Please direct all GridGain related questions to their forums or StackOverflow. - Denis On Tue, Jun 9, 2020 at 6:35 PM s <13581902...@163.com> wrote: > hi > i use default config,just set localport and

Re: Gridgain8.7.14 in kubernetes problem

2020-06-09 Thread Denis Magda
Hi, This user list is intended for Ignite questions. Please direct all GridGain related questions to their forums or StackOverflow. - Denis On Tue, Jun 9, 2020 at 6:59 PM s <13581902...@163.com> wrote: > Hello > > > When I used the official image of gridgain8

RE: Configuring DR site for Ignite Application

2020-06-09 Thread DEEPTHI KOLLIPARA
Hi Denis, Thank you for your reply. Its mentioned as there should not be any change in IP address, port number. But for DR site IP’s and ports will be change, but data will be sync with original nodes. How cluster will behave if the IP address got change? Cluster Nodes Migration With vMotion ·

some problem in use gridgain8.7.14 on kubernetes

2020-06-09 Thread s
hi i use default config,just set localport and other config use the instruction support(https://www.gridgain.com/docs/latest/installation-guide/kubernetes/gke-deployment),some problem is 1、cluster add is very slow,without persistence,almost 10nodes cost 10min 2、when i want 3rd n

Re: Zookeeper discovery in mix environments.

2020-06-09 Thread John Smith
We know that host mode works, that's too easy... And I said that already works no problem. So the client is running in Dokcer on bridge mode. It binds to some internal docker I.P 172.18.xxx.xxx That can also be easily seen with Visor. So in bridge mode it means we need to map some external I.P +

[Webinar] Moving Apache Ignite into Production: Best Practices for Distributed Transactions

2020-06-09 Thread Ivan Rakov
Hi, Tomorrow (June 10) I'll present a webinar [1] on Ignite transactions. It's the second part of my previous "Architects' Guide for Apache Ignite ACID Transactions and Consistency" webinar. We'll have a brief transactions API overview, then we'll dive into internals of 2-pc, TX recovery and inter

Re: Ignite Spring Integration

2020-06-09 Thread Denis Magda
Check with this tutorial if you missed any essential steps: https://www.gridgain.com/docs/tutorials/spring/spring_ignite_tutorial - Denis On Mon, Jun 8, 2020 at 7:58 PM marble.zh...@coinflex.com < marble.zh...@coinflex.com> wrote: > Hi Guru, > > I am integrating the Spring into the Ignite, when

Re: Can you pass host name to ignite visor?

2020-06-09 Thread akorensh
Hi, use: ignitevisorcmd.sh -cfg= to connect with specified configuration. use ignitevisorcmd -help to see all command line options. see: https://apacheignite-tools.readme.io/docs/batch-mode Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Spring Integration

2020-06-09 Thread akorensh
Hi, Send over your ignite config(include all beans), full Ignite logs and I'll take a look. Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: [CVE-2020-1963] Apache Ignite access to file system disclosure vulnerability

2020-06-09 Thread Jinny Ramsmark
Hello, been thinking long and hard if it's worth mentioning this, but I've decided that if not for credit then to inform at the very least. ekaplus.com did not discover this vulnerability and I do not believe they should be linked anywhere as the ones who discovered it. The person who reporte

Re: Index usage on Joins

2020-06-09 Thread njcstreet
Thanks for your suggestion - I tried it but overall the query was slower using this method. The best approach I have found is to put the items from the group index directly on the table to avoid having to do the join. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: UriDeployment Question

2020-06-09 Thread Ilya Kasnacheev
Hello! It's hard to say what happens here, especially considering 'osgi' in package name. I recommend putting all dependencies on all nodes as JARs and only peer loading your own code. Regards, -- Ilya Kasnacheev пт, 5 июн. 2020 г. в 06:05, marble.zh...@coinflex.com < marble.zh...@coinflex.co

Re: [External]Re: Segregating Ignite client discovery and heartbeat exchange on different networks

2020-06-09 Thread Ilya Kasnacheev
Hello! Why would you want to do that? Regards, -- Ilya Kasnacheev вт, 2 июн. 2020 г. в 08:32, Kamlesh Joshi : > Thanks Alex. Actually, I don't want to start two different clusters on > same machine, rather am looking to have a different networks for Ignite > clients discovery and internal com

Re: Received metrics from unknown node

2020-06-09 Thread Ilya Kasnacheev
Hello! Unfortunately, I'm not sure. The node is considered out of topology so cluster will not monitor it. Regards, -- Ilya Kasnacheev вт, 9 июн. 2020 г. в 09:47, VeenaMithare : > Thanks Ilya. > No. Did not take a thread dump. Will do so if I observe this behaviour next > time. > Also how do

Re: Do I need Map entry classes in Ignite's classpath?

2020-06-09 Thread Ilya Kasnacheev
Hello! You may need to take down all nodes one by one in rolling fashion, and you must be cautious to avoid changing types of fields, because this change will be rejected. Also, you may choose to avoid using key-value classes on server nodes at all, otherwise relying on binaryobject form. Server

Re: Ignite 2.8 migration help

2020-06-09 Thread Stephen Darlington
Ignite comes with a copy of the correct version (1.4.197 for Ignite 2.8.0). You don’t need to — indeed, should not — supply your own version. Regards, Stephen > On 9 Jun 2020, at 07:25, C Ravikiran wrote: > > Hi Team, > > Our application is migrating 2.6 version to 2.8 version > > While upg

Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-09 Thread VeenaMithare
Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes. The Jira IGNITE-12781 was created by me for this. Some related conversation on this could be found at ( http://apache-ignite-developers.2346864.n4.nabble.com/Security-Subject-