Add field on cached class without restarting the whole cluster

2021-10-26 Thread Rick Lee
Dear all, I'm currently on version 2.8 and use ignite.getOrCreateCache(cacheCfg) to create a cache, e.g., cache Account object, etc, on startup. Now whenever I want to add field to the Account class, I need to restart all nodes in the cluster in order to make the change effective, but obviously it

Re: Key1 equals Key2 but not found in cache

2023-03-22 Thread Rick Lee
Why don’t u put the type to value and leave the id as the key? 「Humphrey Lopez 」在 2023年3月22日 週三,下午10:16 寫道: > Okay transient is also not the way to go, cause we want to be able to > filter sometimes on that field, so it should be there in the cache. But > thanks for clarifying that the Equals and