You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/02/03 00:31:00 UTC

[jira] [Commented] (GEODE-8910) Native libraries should hash key objects similarly to their Java counterparts

    [ https://issues.apache.org/jira/browse/GEODE-8910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277547#comment-17277547 ] 

ASF GitHub Bot commented on GEODE-8910:
---------------------------------------

pivotal-jbarrett opened a new pull request #740:
URL: https://github.com/apache/geode-native/pull/740


   * Adds Objects util similar to Java's Objects util.
   * Adds test to validate consistency with Java.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Native libraries should hash key objects similarly to their Java counterparts
> -----------------------------------------------------------------------------
>
>                 Key: GEODE-8910
>                 URL: https://issues.apache.org/jira/browse/GEODE-8910
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Jacob Barrett
>            Priority: Major
>
> Current not all the C++ or .NET types consistently hash to values consistent with the Java server. This can result in multi hop operations. Also, not all hashing algorithms are publicly accessible to in the library. 
> The C++ and .NET libraries should expose hashing functions consistent with Java that are easy to use both internally and by user defined keys.



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