[
https://issues.apache.org/jira/browse/IGNITE-14826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358467#comment-17358467
]
Igor Sapego commented on IGNITE-14826:
--------------------------------------
[~ptupitsyn] reviewed. Please see my comment in PR
> .NET: Thin client fails to compute hash code for string and array 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
> Priority: Critical
> Labels: .NET
> Fix For: 2.11
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> String keys are not supported in BinaryHashCodeUtils. The following code
> throws "Failed to compute hash code for object" exception:
> {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)