broken link (#29974)

This commit is contained in:
franciscolopezsancho 2021-01-25 08:39:01 +00:00 committed by GitHub
parent 1542ef1e6a
commit 13cc7e5ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ import scala.reflect.ClassTag
* Consistent Hashing node ring implementation.
*
* A good explanation of Consistent Hashing:
* http://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html
* https://tom-e-white.com/2007/11/consistent-hashing.html
*
* Note that toString of the ring nodes are used for the node
* hash, i.e. make sure it is different for different nodes.