Hi Pavel,
Yes, this works! No more failures. Thanks a lot Pavel.
Emilio
On 28/10/2021 15:44, Pavel Tupitsyn wrote:
> manually specify the QueryEntity queryable fields and indexes in the
CacheConfiguration
No need to do that.
Just add those calls before ignite.GetOrCreateCache:
ignite.GetBi
> manually specify the QueryEntity queryable fields and indexes in the
CacheConfiguration
No need to do that.
Just add those calls before ignite.GetOrCreateCache:
ignite.GetBinary().GetBinaryType(typeof(TKey));
ignite.GetBinary().GetBinaryType(typeof(TValue));
(substitute actual type names as
Hi Pavel,
Thanks for the clarification and for filing a ticket!
Yes, I'm using a CacheConfiguration with a QueryEntity, like
CacheConfigurationconfiguration= newCacheConfiguration(cacheName,
newQueryEntity(typeof(TKey), typeof(TValue)))
{
}
I tried to manually specify the QueryEntity queryab
Hi Emilio,
This is a bug, I've filed a ticket:
https://issues.apache.org/jira/browse/IGNITE-15845
What does the config look like? You have some QueryEntity defined, am I
right?
I think a workaround is to register QueryEntity types manually before
creating the cache:
ignite.GetBinary().GetBinaryT
Hi,
Since we started using MassTransit Ignite struggles when creating or
getting a cache using ignite.GetOrCreateCacheTValue>(configuration). Ignite exits after the error has been triggered.
The relevant error I guess is
Failure in Java callback Apache.Ignite.Core.Common.IgniteException:
Inv