coolkarniomkar

Results 2 issues of coolkarniomkar

Hey guys! We discovered that a `NullPointerException` is thrown by Ignite when trying to perform operations on `cache1` in the following code snippet. ``` CacheConfiguration cache1Config = new CacheConfiguration("cache1"); cache1Config.setGroupName("myCacheGroup");...

Hey guys! We discovered that when a node is re-deploying services due to multiple nodes simultaneously leaving the cluster, services are occasionally not re-deployed as expected. This can be reproduced...