Dmitry Konstantinov

Results 3 comments of Dmitry Konstantinov

I double checked the issue and can confirm that it is present. I have used the following test code to validate it: ``` public static void main(String[] args) throws ExecutionException,...

Regarding hash value caching in CacheKey: it is created each time to access the cache + within LoadingCache hash values are cached for already stored entities in com.datastax.oss.driver.shaded.guava.common.cache.LocalCache.StrongEntry#hash, so I...