divadpoc
(David Pocivalnik)
February 7, 2023, 1:12pm
1
I've tried the Fingerprint filter plugin w/ the MURMUR3
method.
If set to MURMUR3
or MURMUR3_128
the non-cryptographic MurmurHash function (either the 32-bit or 128-bit implementation, respectively) will be used.
So I was expecting an 32-bit integer, but I got back the value 3100258409
for my source
-field. And this doesn't fit into an integer in Java.
Any idea why?
Badger
February 7, 2023, 6:14pm
2
I believe you are getting a 32-bit unsigned integer.
divadpoc
(David Pocivalnik)
February 8, 2023, 7:29am
3
makes sense. is there any way to get a signed integer?
divadpoc
(David Pocivalnik)
February 20, 2023, 3:09pm
4
I'd like to get the same result on my Java side, so I can get the same result for the same input both with this plugin as well as in my own code.
Thanks for any hints.
system
(system)
Closed
March 20, 2023, 3:09pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.