Thanks Denis.
We customized own BinaryConfiguration, which include this AssetKey, when I
removed this seem can work now.
Regards
Aaron
aa...@tophold.com
From: Denis Mekhanikov
Date: 2017-09-20 00:36
To: user
Subject: Re: Exception use affinity key when put #invoke from Client.
Hi Aaron
Hi Aaron!
Is it possible that you wrote a value to cache before configuring an
affinity key?
This exception occurs when configuration of affinity key for a sought key
doesn't match configuration that is stored in cache.
Maybe you have persistence enabled and you wrote the value before adding
@Affi
hi all,
We using the affinity key map to affinity cache connected, the key is a very
simple class:
class AssetKey
@AffinityKeyMapped
private String accountId;
private String transId;
But every time when run this command from client:
ignite.cache(AssetEntry.IG_CACHE_NAME).invoke(new
AssetK