GMSA

2021-03-23 Thread Josh Katz
Does Ignite support Group Managed Service Accounts (GMSA)? Thanks, Josh Katz Dodge & Cox 555 California Street | 40th floor | San Francisco, CA 94104 415-262-7520 josh.katz.contrac...@dodgeandcox.com www.dodgeandcox.com --

Re: Working with Objects Fields Defined is Multiple Tables.

2021-03-23 Thread Ilya Kasnacheev
Hello! There's an answer on stack overflow: https://stackoverflow.com/questions/66716680/how-to-define-ignite-caches-for-objects-joined-from-multiple-tables/66764133#66764133 If you have further questions, you can ask here as well. Regards, -- Ilya Kasnacheev сб, 20 мар. 2021 г. в 02:05,

JDK15 support

2021-03-23 Thread wiesenfe
Good afternoon, I am trying to start Apache Ignite with persistence enabled on a given data region. (Using the example from the doc) It works fine with JDK13 and does not work with JDK15: Is there a compatibility issue and if yes, do you know when will Ignite be fully compatible with this version

Re: JDK15 support

2021-03-23 Thread Stephen Darlington
The LTS versions are well supported, so Java 8 and 11. I don’t think other versions are well tested. > On 23 Mar 2021, at 16:54, wiesenfe wrote: > > Good afternoon, > > I am trying to start Apache Ignite with persistence enabled on a given data > region. > (Using the example from the doc) >

Correctly stopping/deactivating server node

2021-03-23 Thread Thomas Kramer
Hi, when running Ignite inside a docker container, and the container is being stopped, what is the safest way to handle shutdown event? Currently I'm using a ShutdownHook to the Java runtime and try to quickly deactivate and disconnect the cluster. But I get an exception like this: class