You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/06/04 16:24:00 UTC

[jira] [Created] (IGNITE-14826) .NET: Thin client fails to compute hash code for string keys

Pavel Tupitsyn created IGNITE-14826:
---------------------------------------

             Summary: .NET: Thin client fails to compute hash code for string keys
                 Key: IGNITE-14826
                 URL: https://issues.apache.org/jira/browse/IGNITE-14826
             Project: Ignite
          Issue Type: Bug
          Components: platforms, thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.11


String keys are not supported in BinaryHashCodeUtils:

{code}
            var server = Ignition.Start();

            var client = Ignition.StartClient(new IgniteClientConfiguration
            {
                Endpoints = new[] {"127.0.0.1"},
                EnablePartitionAwareness = true
            });

            var cache = client.CreateCache<string, string>("c");
            cache.Put("hello", "world");
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)