Also some details on the cache config: atomicityMode=TRANSACTIONAL cacheMode = PARTITIONED backups=1
.. the rest are default. Cache value types are binary objects. So here's a simpler question, if my client node does a cache.put(key=String, value=BinaryObject) 100 times on the same key, when are the previous 99 entries put up for garbage collection? Is it when the backup node queue has all of the events that have taken place ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
