https://github.com/Netflix/atlas
Revision 62ce53c0e1537e8c81806c53cebd3cae533f29b5 authored by brharrington on 25 August 2017, 19:52:06 UTC, committed by GitHub on 25 August 2017, 19:52:06 UTC
This method was incorrectly using the data length rather
than the capacity when looping over the array. If a key
had a collision and was hashed to a position that was
larger than the data length, then it would be an endless
loop because the key entry would never be found.
1 parent e0b32df
History
Tip revision: 62ce53c0e1537e8c81806c53cebd3cae533f29b5 authored by brharrington on 25 August 2017, 19:52:06 UTC
fix endless loop for numProbesPerKey (#652)
Tip revision: 62ce53c

README.md

back to top