On Fri, Aug 4, 2017 at 11:54 AM, kotamrajuyashasvi < [email protected]> wrote:
> Hi > > Thanks for the response. When I put cacheKeyConfiguration in ignite > configuration, the affinity was working. But when I call Cache.Get() in > client program I'm getting the following error. > > "Java exception occurred > [cls=org.apache.ignite.binary.BinaryObjectException, msg=Binary type has > different affinity key fields [typeName=PersonPK, > affKeyFieldName1=customer_ref, affKeyFieldName2=null]]" > > I already did LoadCache before running the program. > Did you load the cache before you updated the configuration? If yes, it won't work. You have to fix the config and then start everything from scratch.
