v.22.4Backward Incompatible Changes
Function yandexConsistentHash Renamed to kostikConsistentHash with Compatibility Alias
FunctionyandexConsistentHash(consistent hashing algorithm by Konstantin "kostik" Oblakov) is renamed tokostikConsistentHash. The old name is left as an alias for compatibility. Although this change is backward compatible, we may remove the alias in subsequent releases, that's why it's recommended to update the usages of this function in your apps. #35553 (Alexey Milovidov).