You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was encountering spurious errors "Merging non compatible filters" in _qf_multi_merge with key_bits = 64 and quotient = 20 bits. I traced it to a 64-bit overflow, as qf->metadata->range is 128-bit. The following change fixes it and it still passes the ctest --verbose unit test suite.
I was encountering spurious errors "Merging non compatible filters" in _qf_multi_merge with key_bits = 64 and quotient = 20 bits. I traced it to a 64-bit overflow, as
qf->metadata->range
is 128-bit. The following change fixes it and it still passes thectest --verbose
unit test suite.The text was updated successfully, but these errors were encountered: