Hi, This is because changes are not reflected in the cache without explicit put.
You must use put operation to correctly update cache entry. 2016-07-04 14:46 GMT+03:00 pragmaticbigdata <[email protected]>: > Ok. Thanks for sharing the internals. > > By specifying the withKeepBinary flag, I was able to iterate through the > cache and add or drop fields from a BinaryObject at runtime. This was the > original purpose of iterating through the cache. > > The changes (of adding and/or dropping a field) made to the cache are not > reflecting on h2 debug console. I am able to query the newly added field > but > I cannot see the changes on h2. > > Can you suspect what could be the issue ? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Iterating-through-a-BinaryObject-cache-fails-tp6038p6076.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Alexei Scherbakov
