Benedict created CASSANDRA-9067:
-----------------------------------
Summary: BloomFilter serialization format should not change byte
ordering
Key: CASSANDRA-9067
URL: https://issues.apache.org/jira/browse/CASSANDRA-9067
Project: Cassandra
Issue Type: Improvement
Components: Core
Reporter: Benedict
Priority: Minor
Fix For: 3.0
As a follow-up to CASSANDRA-9066 and CASSANDRA-9060, it appears we do some
unnecessary byte swapping during the serialization of bloom filters, which
makes the logic slower and harder to follow. We should either perform them more
efficiently (using Long.reverseBytes) or, preferably, eliminate the conversion
altogether since it does not appear to serve any purpose.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)