Query on implementing GridSecurityProcessor

2020-11-22 Thread vbm
Hi, We have implemented the security plugin by implementing GridSecurityProcessor . We are using sqlline for querying the cache and are hitting the below issue (i.e remote node not able to get the security context) https://cwiki.apache.org/confluence/display/IGNITE/IEP-41 I am not able to get

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-11-22 Thread Pavel Tupitsyn
Looks like we mixed up two different delegates: 1. ICache.LoadCache method takes an *optional *filter delegate in case you want to skip some of the entries from cache store. You can pass null there when filtering is not required. 2. ICacheStore.LoadCache method gives you (an implementor of the int

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-11-22 Thread ABDumalagan
I see - am I dealing with 1.) in my case? When I hover over the method LoadCache(Action, params object[] args) in Visual Studio, it says that *"...This method is called whenever Apache.Ignite.Core.Cache.ICache.LocalLoadCache(Apache.Ignite.Core.Cache.ICacheEntryFilter, params object[]) method is in