Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
.NET: Fixed string and array cache keys handling when partition awareness is enabled
-
Release Notes Required
Description
String keys are not supported in BinaryHashCodeUtils. The following code throws "Failed to compute hash code for object" exception:
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");
Attachments
Issue Links
- links to