kick off a discussion

2016-07-08 Thread Alexandre Boudnik
Apache Ignite a great platform but it lacks of certain capabilities, which are common in RDMS world, such as: - Consistent on-line backup for data on entire cluster (or for specified set of caches) - Hierarchal snapshots for specified set caches - Transaction log - Restore cluster state as of

Re: TC access

2016-06-27 Thread Alexandre Boudnik
I don’t have a link either. Anton, do you mind adding > the link to TC to the community dropdown on the website? > > On Mon, Jun 27, 2016 at 10:28 AM, Alexandre Boudnik > <alexander.boud...@gmail.com> wrote: >> >> Hello, >> >> In order to use Ignite's TeamCi

TC access

2016-06-27 Thread Alexandre Boudnik
Hello, In order to use Ignite's TeamCity, could you provide myself with access to it? Take care, Alexandre "Sasha" Boudnik call me via Google Voice: 1(405) BUDNIKA 1(405) 283-6452

Stop the node but keep the process

2015-11-12 Thread Alexandre Boudnik
Hello, In my cluster, each node is running as web application. When web application has been stopped and servlet context has been destroyed, it needs to terminate the Ignite node. Unfortunately, grid.cluster().stopNodes(Collections.singletonList(service.grid.cluster().localNode().id()));

Re: Stop the node but keep the process

2015-11-12 Thread Alexandre Boudnik
re, > > As far as I undesrtand "grid" is an Ignite instance. > Could you please check that grid.close(); works correct in this case? > > On Thu, Nov 12, 2015 at 11:03 AM, Alexandre Boudnik > <alexander.boud...@gmail.com> wrote: >> >> Hello, >> >> In