Peter Welch created ZOOKEEPER-3915: -------------------------------------- Summary: Digest false mismatch across systems with different default locale Key: ZOOKEEPER-3915 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3915 Project: ZooKeeper Issue Type: Bug Components: server Reporter: Peter Welch
A portion of the CRC32 hash in DigestCalculator comes from converting the path String to bytes. The code does not specify a locale so the default is used. We experienced a situation where we had participants on different environments (each with a different locale) and the digest mismatched incorrectly. -- This message was sent by Atlassian Jira (v8.3.4#803005)