RE: Cache Miss Using Thin Client

2019-08-27 Thread simon.keen
Hi Stan, Yes, the second app I referred to is using Java thing client. My Ignite version is 2.7.5, for all apps in question. The cache key type is one of our domain objects which has just three String variables; I don’t think there’s anything unusual about it. I’m not explicitly setting any Bi

Cache Miss Using Thin Client

2019-08-23 Thread simon.keen
Hello, I have one Spring Boot app running as a client node which uses SpringCacheManager + @Cacheable annotation on a service call. This is demonstrating expected read-through behaviour. I have a second app where I'm trying to implement the same behaviour using the thin-client. This is able to

log4J Configuration Ignored

2019-07-24 Thread simon.keen
Hello, I'm new to Ignite and am trying to setup log4j logging for an Ignite node. I'm adding the dependency as follows: org.apache.ignite ignite-log4j 2.7.5 My log 4J is as follows: