Hello, everyone.
While using persistent store functionality in one of our projects we
found that calling IgniteAtomicLong#get inside CacheStore#sessionEnd may
randomly hang if the sessionEnd takes some time to complete. Here is a
project with the minimal test case, which hangs most of time on my
machine: https://github.com/YevIgn/ignite-hangs-demo
Could you, please, look into it and advise on possible resolution of
this issue?
- Accessing IgniteAtomicLong value from within CacheStore#s... Evgeniy Ignatiev
-