Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.5.0
Description
BloomFilter use CRC hashing when running on processors which support SSE, if the bloom filter is populated on a node which supports SSE and applied on a node which doesn't this can produce incorrect results.
This is a hypothetical scenario.
Users can have a mix of EC2 instance types in a cluster, yet differences are more likely to be around AVX2 rather than SSE.