You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/11/03 18:52:59 UTC

[GitHub] [zookeeper] belugabehr edited a comment on pull request #1215: ZOOKEEPER-3687: Jute Use JDK hashCode Methods for Native Types

belugabehr edited a comment on pull request #1215:
URL: https://github.com/apache/zookeeper/pull/1215#issuecomment-721313262


   @ctubbsii Fair.  This change does introduce a change in how hash codes are calculated, but the risk is very low.  Unless someone is explicitly serializing these calculated hash values (the classes are not marked as Serializable) and writing them out to some sort of external storage, then I don't see how this would matter.  Certainly does not impact anyone using ZK API directly.  If someone is doing something this strange, doesn't mean they need to be supported in relying on this undocumented behavior (hash calculation).


----------------------------------------------------------------
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