Hello! I imagine you can use a SortedDictionary.
Regards, -- Ilya Kasnacheev пт, 15 мар. 2019 г. в 16:02, Tâm Nguyễn Mạnh <[email protected]>: > Hi, > > Yes im using .Net ThinClient putAll method. It requires > IEnumerable<KeyValuePair<TK, TV>> as input. What should I do ?, please > advise me > > > https://ignite.apache.org/releases/latest/dotnetdoc/api/Apache.Ignite.Core.Client.Cache.ICacheClient-2.html#Apache_Ignite_Core_Client_Cache_ICacheClient_2_PutAll_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair__0__1___ > > > On Fri, Mar 15, 2019 at 5:55 PM Ilya Kasnacheev <[email protected]> > wrote: > >> Hello! >> >> Are you using putAll()? please make sure to always pass TreeMap (or other >> sorted map) to putAll since it is possible to get a deadlock when using >> HashMap (since keys are unordered). >> >> Regards, >> -- >> Ilya Kasnacheev >> >> >> пт, 15 мар. 2019 г. в 06:18, Tâm Nguyễn Mạnh <[email protected] >> >: >> >>> Hi Igniters, >>> >>> Today I run a loadtest for my system that use Ignite as a Cache Service >>> but 1 of my nodes got crashed because of DeadLocked. >>> >>> Could you please help me to prevent this. >>> >>> -- >>> Thanks & Best Regards >>> >>> Tam, Nguyen Manh >>> >>> > > -- > Thanks & Best Regards > > Tam, Nguyen Manh > >
